light-mode-image
Learn
MATTR VII PlatformCWT

Retrieve CWT credential revocation status

Retrieve the revocation status of a CWT credential by providing its ID.

Roles

adminissuer
GET/v2/credentials/compact/{id}/revocation-status
AuthorizationBearer <token>

In: header

Path Parameters

idstring

Unique credential identifier.

Response Body

curl -X GET "https://example.vii.au01.mattr.global/v2/credentials/compact/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?