MATTR VII PlatformSemantic CWT
Retrieve Semantic CWT credential revocation status
Retrieve the revocation status of a Semantic CWT credential by providing its ID.
Roles
adminissuer
GET
/v2/credentials/compact-semantic/{id}/revocation-status
AuthorizationBearer <token>
In: header
Path Parameters
idstring
Unique credential identifier (jti
)
Response Body
curl -X GET "https://example.vii.au01.mattr.global/v2/credentials/compact-semantic/string/revocation-status"
{
"isRevoked": true
}
{
"code": "string",
"message": "string",
"details": [
{
"value": "string",
"msg": "Invalid value",
"param": "id",
"location": "body"
}
]
}
How would you rate this page?