light-mode-image
Learn
API ReferenceTrusted issuers

Retrieve all 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

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.

Analytic events

  • CREDENTIAL_PRESENTATION_TRUSTED_ISSUERS_RETRIEVE_LIST_START
  • CREDENTIAL_PRESENTATION_TRUSTED_ISSUERS_RETRIEVE_LIST_SUCCESS
  • CREDENTIAL_PRESENTATION_TRUSTED_ISSUERS_RETRIEVE_LIST_FAIL

Response Body

application/json

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

How would you rate this page?