VerifycateDeveloper Docs

List corrections for a certificate

GET/api/v1/workspaces/{slug}/certificates/{id}/corrections

List correction requests for one certificate

Lists correction requests for a single certificate. Supports search, status filter, and offset pagination.

Image and attachment values in fields are 15-minute private-bucket presigned GET URLs (not storage paths). Re-fetch the list if a URL has expired.

Authorization

Scopecertificates:read
Authorization: Bearer vc_...

Requires certificates:read (or full access) and an active Pro seat.

Path parameters

slug*string

Workspace slug

Example: acme
id*UUID

Certificate id

Example: 550e8400-e29b-41d4-a716-446655440000

Query parameters

status?string

Filter by status: pending, approved, or rejected. Omit for all.

Example: pending
limit?integer

Page size (1–200). Defaults to 50.

Example: 50
offset?integer

Number of items to skip. Defaults to 0.

Example: 0

Response schema

*Correction[]
Correction requests for this certificate
id*UUID
Correction request id
certificate_issue_id*UUID
Issue being corrected
user_id?UUID
Linked user id when known
requested_changes*object
Requested attribute/name changes
fields*object
Submitted form field values (file fields may be signed URLs)
status*string
`pending`, `approved`, or `rejected`
created_at*datetime
Created timestamp
updated_at*datetime
Updated timestamp
recipient_email*string
Issue recipient email
recipient_name*string
Issue recipient name
total*integer
Total matching rows (not just this page)
limit*integer
Page size used for this response
offset*integer
Number of items skipped