VerifycateDeveloper Docs

Reject a correction request

POST/api/v1/workspaces/{slug}/corrections/{id}/reject

Reject a correction request without amending the certificate

Marks a correction request as rejected without changing the issued certificate. The recipient may be notified.

Authorization

Scopecertificates:write
Authorization: Bearer vc_...

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

Path parameters

slug*string

Workspace slug

Example: acme
id*UUID

Correction request id

Example: d2b3c4e5-6f78-4901-b234-567890abcdef

Response schema

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