API ReferenceCredential types
Retrieve credential types
GET
/v1/ecosystems/{ecosystemId}/credentialsRetrieves a list of credential types from the requested ecosystem.
Roles
admindts-provider
Analytics Events
ECOSYSTEM_CREDENTIAL_RETRIEVE_LIST_STARTECOSYSTEM_CREDENTIAL_RETRIEVE_LIST_SUCCESSECOSYSTEM_CREDENTIAL_RETRIEVE_LIST_FAIL
Authorization
bearerAuth AuthorizationBearer <token>
In: header
Path Parameters
ecosystemId*string
The UUID of the ecosystem
Format
uuidQuery Parameters
limit?number
Range size of returned list.
Range
1 <= value <= 1000Default
100cursor?string
Starting point for the list of entries.
Response Body
application/json
application/json
application/json
curl -X GET "https://example.com/v1/ecosystems/87880d7e-a4d0-462e-8383-3f1e5e16865d/credentials"{ "data": [ { "id": "599bf148-d711-405a-a20b-9c8a87ac8850", "ecosystemId": "87880d7e-a4d0-462e-8383-3f1e5e16865d", "profile": "compact", "type": "DriverLicense", "name": "Driver's License" } ], "nextCursor": "Y3JlYXRlZEF0PTIwMjAtMDgtMjVUMDY6NDY6MDkuNTEwWiZpZD1hNjZmZmVhNS04NDhlLTQzOWQtODBhNC1kZGE1NWY1M2UzNmM"}How would you rate this page?