VerifycateDeveloper Docs

List correction requests

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

List correction requests across a workspace

Lists correction requests for every certificate in the workspace, newest first. 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

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 on this page
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
certificate_name*string
Certificate name
recipient_email*string
Issue recipient email
recipient_name*string
Issue recipient name
issue_public_id*string
Public id of the related issue
total*integer
Total matching rows (not just this page)
limit*integer
Page size used for this response
offset*integer
Number of items skipped