API ReferenceHolder applications
Retrieve all holder applications
GET
/v1/holder/applicationsRetrieves all configured holder applications.
Roles
adminholder
Analytics Events
CREDENTIAL_HOLDER_APPLICATION_RETRIEVE_LIST_STARTCREDENTIAL_HOLDER_APPLICATION_RETRIEVE_LIST_SUCCESSCREDENTIAL_HOLDER_APPLICATION_RETRIEVE_LIST_FAIL
Authorization
bearerAuth AuthorizationBearer <token>
In: header
Query 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
curl -X GET "https://example.com/v1/holder/applications"{ "nextCursor": "Y3JlYXRlZEF0PTIwMjAtMDgtMjVUMDY6NDY6MDkuNTEwWiZpZD1hNjZmZmVhNS04NDhlLTQzOWQtODBhNC1kZGE1NWY1M2UzNmM", "data": [ { "id": "1ef1f867-20b4-48ea-aec1-bea7aff4964c", "name": "Example Holder Application", "clientId": "example-wallet-client", "type": "ios", "bundleId": "com.example-holder-ios-application", "teamId": "A2B3C4D5E6", "maxTimeOfflineInSecs": 86400, "appAttest": { "required": true, "environment": "production" } } ]}How would you rate this page?