Credential API
Set the status of an offer or the verifiable credential associated with the id.
patch/management/api/credentials/{credentialManagementId}/status
Path parameters
credentialManagementIdstring uuid required
Query parameters
credentialStatus'CANCELLED' | 'READY' | 'ISSUED' | 'SUSPENDED' | 'REVOKED' required
Status for the full lifecycle of a verifiable credential.
CANCELLED - the VC was revoked before being claimed.
READY - Status set by the business issuer to continue the issuance of the credential for the deferred flow
SUSPENDED - the VC has been temporarily suspended. To unsuspend change state to issued.
REVOKED - the VC has been revoked. This state is final and can not be changed.
Example:SUSPENDED
Response
OK