MATTR VII PlatformJSON
Retrieve credential revocation status
Returns the revocation status of the credential matching the provided ID.
Analytics Events
CREDENTIAL_WEB_SEMANTIC_REVOCATION_RETRIEVE_STARTCREDENTIAL_WEB_SEMANTIC_REVOCATION_RETRIEVE_SUCCESSCREDENTIAL_WEB_SEMANTIC_REVOCATION_RETRIEVE_FAIL
Roles
adminissuer
GET
/v2/credentials/web-semantic/{id}/revocation-status
AuthorizationBearer <token>
In: header
Path Parameters
idstring
Credential ID
Format
uuid
Response Body
curl -X GET "https://example.vii.au01.mattr.global/v2/credentials/web-semantic/a80a5e7e-1972-4be6-8a4e-2adf09badf24/revocation-status"
{
"isRevoked": false
}
{
"code": "string",
"message": "string",
"details": [
{
"value": "string",
"msg": "Invalid value",
"param": "id",
"location": "body"
}
]
}
How would you rate this page?