VerifycateDeveloper Docs

Update an issue

PATCH/api/v1/workspaces/{slug}/issues/{issueID}

Amend recipient email, name, attributes, or expiry on an issue

Updates a certificate issue. Omitted fields are unchanged. For already-issued certificates this amends the issued record as appropriate.

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
issueID*UUID

Issue id

Example: 9b2c1d4e-5f67-4890-a123-456789abcdef

Body parameters

email?string

New recipient email

Example: [email protected]
name?string

New display name

Example: Ada Lovelace
attributes?object

Attribute values merged over existing attributes

Example: { "roll_number": "CS-001A" }
expires_at?string | null

RFC3339 timestamp to set, null to remove expiry, omit to keep

Example: 2027-09-03T09:00:00Z

Response schema

id*UUID
Issue id
certificate_id*UUID
Parent certificate id
user_id?UUID
Linked user id when known
public_id*string
Public verification id
recipient_email*string
Recipient email
recipient_name*string
Recipient display name
attributes*object
Recipient attribute values keyed by certificate attribute keys
status*string
`pending` or `active` (expired is derived on public verify)
issued_at?datetime
When the credential was issued
expires_at?datetime
When the credential expires
notified_at?datetime
When the recipient was last notified
notify_type*string
Notification channel used
current_version_id?UUID
Current issued version id when issued
template_version?integer
Template version baked into the credential
created_at*datetime
Created timestamp (RFC 3339)
updated_at*datetime
Updated timestamp (RFC 3339)