light-mode-image
Learn
RevocationAPI Reference

Revocation lists

Retrieve all CWT credentials revocation lists

GET/v2/credentials/compact/revocation-lists

Response Body

application/json

curl -X GET "https://example.vii.au01.mattr.global/v2/credentials/compact/revocation-lists"
[
  {
    "nextCursor": "string",
    "data": [
      {
        "id": "string",
        "issuer": "string",
        "url": "string"
      }
    ]
  }
]

Retrieve a CWT credential revocation list

GET/v2/credentials/compact/revocation-lists/{listId}

Path Parameters

listId*string

The unique identifier of the Revocation List you wish to retrieve.

Response Body

application/cwt

curl -X GET "https://example.vii.au01.mattr.global/v2/credentials/compact/revocation-lists/string"
"string"

How would you rate this page?

On this page