API Reference
Revocation lists
Retrieve all CWT credentials revocation lists
Retrieve all CWT credential revocation lists
Returns a list of all CWT credential revocation lists on the tenant.
Analytic events
- CREDENTIAL_COMPACT_REVOCATION_LISTS_RETRIEVE_START
- CREDENTIAL_COMPACT_REVOCATION_LISTS_RETRIEVE_SUCCESS
- CREDENTIAL_COMPACT_REVOCATION_LISTS_RETRIEVE_FAIL
GET
/v2/credentials/compact/revocation-lists
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
Retrieve CWT credential revocation list
Returns a CWT credential revocation list by providing its ID.
Analytic events
- CREDENTIAL_COMPACT_REVOCATION_RETRIEVE_START
- CREDENTIAL_COMPACT_REVOCATION_RETRIEVE_SUCCESS
- CREDENTIAL_COMPACT_REVOCATION_RETRIEVE_FAIL
GET
/v2/credentials/compact/revocation-lists/{listId}
Path Parameters
listIdstring
The unique identifier of the Revocation List you wish to retrieve.
curl -X GET "https://example.vii.au01.mattr.global/v2/credentials/compact/revocation-lists/string"
"string"
How would you rate this page?