v57

latestOpenAPI 3.0.0W3C Software and Document Licenseraw.githubusercontent.com2026-08-01233665.9 KB
Credentials

Updates the status of an issued credential

Updates the status of an issued credential.

post/credentials/status

Request body

credentialIdstring required

Identifies the credential (the identifier does not have to appear in the VC itself).

statusboolean required

Specifies the new status.

indexAllocatorstring

For services to use which indexes are being used/assigned to VCs.

Example request

{
  "credentialId": "0fc754bc-fc32-46a0-aec1-a5ef385e7ea0",
  "credentialStatus": {
    "type": "BitstringStatusList",
    "statusPurpose": "revocation"
  },
  "status": true
}

Response

Credential status successfully updated