Update CWT credential revocation status
Roles
Analytics Events
/v2/credentials/compact/{id}/revocation-statusUpdates the credential status as revoked (invalid) or unrevoked (valid).
Analytic events
- CREDENTIAL_COMPACT_REVOCATION_SET_STATUS_START
- CREDENTIAL_COMPACT_REVOCATION_SET_STATUS_SUCCESS
- CREDENTIAL_COMPACT_REVOCATION_SET_STATUS_FAIL
Authorization
bearerAuth In: header
Path Parameters
Unique credential identifier.
Request Body
application/json
Update revocation status
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
curl -X POST "https://example.com/v2/credentials/compact/string/revocation-status" \ -H "Content-Type: application/json" \ -d '{ "isRevoked": true }'{ "id": "string", "isRevoked": true}How would you rate this page?
Delete mDoc metadata DELETE
Deletes all stored data for an existing mDoc that matches the provided ID. Removed credential data cannot be recovered. ### **Analytic events** * USER_CREDENTIAL_DELETE_START * USER_CREDENTIAL_DELETE_SUCCESS * USER_CREDENTIAL_DELETE_FAIL
Retrieve CWT credential revocation status GET
Retrieve the revocation status of a CWT credential by providing its ID.