Retrieve Semantic CWT credential revocation status
Roles
/v2/credentials/compact-semantic/{id}/revocation-statusRetrieve the revocation status of a Semantic CWT credential by providing its ID.
Authorization
bearerAuth In: header
Path Parameters
Unique credential identifier (jti)
Response Body
application/json
application/json
curl -X GET "https://example.com/v2/credentials/compact-semantic/string/revocation-status"{ "isRevoked": true}How would you rate this page?
Update Semantic CWT credential revocation status POST
Updates the credential status as revoked (invalid) or unrevoked (valid). ### **Analytic events** * CREDENTIAL_COMPACT_SEMANTIC_REVOCATION_SET_STATUS_START * CREDENTIAL_COMPACT_SEMANTIC_REVOCATION_SET_STATUS_SUCCESS * CREDENTIAL_COMPACT_SEMANTIC_REVOCATION_SET_STATUS_FAIL
Retrieve all Semantic CWT credential revocation lists GET
Returns a list of all Semantic CWT credential revocation lists on the tenant. This endpoint is intended for public consumption, and as such does not require authentication. ### **Analytic events** * CREDENTIAL_COMPACT_SEMANTIC_REVOCATION_LISTS_RETRIEVE_START * CREDENTIAL_COMPACT_SEMANTIC_REVOCATION_LISTS_RETRIEVE_SUCCESS * CREDENTIAL_COMPACT_SEMANTIC_REVOCATION_LISTS_RETRIEVE_FAIL