light-mode-image
Learn
MATTR VII PlatformTrusted issuers

Retrieve all trusted issuers

Retrieves all configured trusted issuers.

This endpoint is unprotected, public facing and can be used by any party wishing to retrieve the list of trusted issuers.

Analytics Events

CREDENTIAL_PRESENTATION_TRUSTED_ISSUERS_RETRIEVE_LIST_STARTCREDENTIAL_PRESENTATION_TRUSTED_ISSUERS_RETRIEVE_LIST_SUCCESSCREDENTIAL_PRESENTATION_TRUSTED_ISSUERS_RETRIEVE_LIST_FAIL
GET/v2/presentations/trusted-issuers

Response Body

curl -X GET "https://example.vii.au01.mattr.global/v2/presentations/trusted-issuers"
{
  "iacas": [
    {
      "certificate": "string"
    }
  ]
}

How would you rate this page?