API ReferenceJSON
Retrieve credential revocation status
Roles
adminissuermanaged-issuer
Analytics Events
CREDENTIAL_WEB_SEMANTIC_REVOCATION_RETRIEVE_STARTCREDENTIAL_WEB_SEMANTIC_REVOCATION_RETRIEVE_SUCCESSCREDENTIAL_WEB_SEMANTIC_REVOCATION_RETRIEVE_FAIL
GET
/v2/credentials/web-semantic/{id}/revocation-statusReturns the revocation status of the credential matching the provided ID.
Analytic events
- CREDENTIAL_WEB_SEMANTIC_REVOCATION_RETRIEVE_START
- CREDENTIAL_WEB_SEMANTIC_REVOCATION_RETRIEVE_SUCCESS
- CREDENTIAL_WEB_SEMANTIC_REVOCATION_RETRIEVE_FAIL
Authorization
bearerAuth AuthorizationBearer <token>
In: header
Path Parameters
id*string
Credential ID
Format
uuidResponse Body
application/json
application/json
curl -X GET "https://example.com/v2/credentials/web-semantic/497f6eca-6276-4993-bfeb-53cbbbba6f08/revocation-status"{ "isRevoked": false}How would you rate this page?
Set credential revocation status POST
Sets the revocation status of the credential that matches the provided ID as `true` (revoked) or `false` (unrevoked). ### **Analytic events** * CREDENTIAL_WEB_SEMANTIC_REVOCATION_SET_STATUS_START * CREDENTIAL_WEB_SEMANTIC_REVOCATION_SET_STATUS_SUCCESS * CREDENTIAL_WEB_SEMANTIC_REVOCATION_SET_STATUS_FAIL
Retrieve revocation list GET
Retrieves a JSON credential revocation list by providing its ID. This endpoint is intended for public consumption, and as such does not require authentication.