light-mode-image
Learn
MATTR VII PlatformStatus list retrieval

Status list distribution

Retrieves an object that details all existing Status lists tokens on the tenant. This public endpoint allows a relying party to consume and cache status lists. Each list in the response includes a URL where its token can be retrieved. Status list tokens that were signed by expired IACAs are excluded from the response.

Analytics Events

MOBILE_CREDENTIAL_STATUS_LIST_DISTRIBUTION_STARTMOBILE_CREDENTIAL_STATUS_LIST_DISTRIBUTION_SUCCESSMOBILE_CREDENTIAL_STATUS_LIST_DISTRIBUTION_FAIL
GET/v2/credentials/mobile/status-lists/distribution

Response Body

curl -X GET "https://example.vii.au01.mattr.global/v2/credentials/mobile/status-lists/distribution"
{
  "data": [
    {
      "status_lists": {
        "uri": "https://learn.vii.au01.mattr.global/v2/credentials/mobile/status-lists/{statusListId}"
      }
    }
  ]
}

How would you rate this page?