API ReferenceTrusted issuers
Retrieve all trusted issuers
GET
/v2/presentations/trusted-issuersRetrieves all configured trusted issuers.
This endpoint is intended for public consumption, and as such does not require authentication.
Analytics Events
CREDENTIAL_PRESENTATION_TRUSTED_ISSUERS_RETRIEVE_LIST_STARTCREDENTIAL_PRESENTATION_TRUSTED_ISSUERS_RETRIEVE_LIST_SUCCESSCREDENTIAL_PRESENTATION_TRUSTED_ISSUERS_RETRIEVE_LIST_FAIL
Response Body
application/json
curl -X GET "https://example.com/v2/presentations/trusted-issuers"{ "iacas": [ { "certificate": "string" } ]}How would you rate this page?