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

Changes

No recorded changes to this endpoint across all 67 revisions of this API.