Retrieve all registered holder application instances
Roles
Analytics Events
/v1/holder/applications/{holderApplicationId}/instancesRetrieves all registered instances of a holder application.
This can be used by application owners to view all registered instances for a given holder application.
Analytic events
- CREDENTIAL_HOLDER_APPLICATION_INSTANCE_RETRIEVE_LIST_START
- CREDENTIAL_HOLDER_APPLICATION_INSTANCE_RETRIEVE_LIST_SUCCESS
- CREDENTIAL_HOLDER_APPLICATION_INSTANCE_RETRIEVE_LIST_FAIL
Authorization
bearerAuth In: header
Path Parameters
Unique identifier for a registered holder application.
uuidQuery Parameters
Range size of returned list.
1 <= value <= 1000100Starting point for the list of entries.
Response Body
application/json
application/json
curl -X GET "https://example.com/v1/holder/applications/497f6eca-6276-4993-bfeb-53cbbbba6f08/instances"{ "nextCursor": "string", "data": [ { "id": "string", "appAttestationType": "none", "registeredAt": "2019-08-24T14:15:22Z", "licenseExpiresAt": "2019-08-24T14:15:22Z", "lastAttestedAt": "2019-08-24T14:15:22Z", "externalReferenceId": "string", "deviceDetails": { "deviceModel": "string", "deviceMake": "string", "osVersion": "string" }, "sdkDetails": { "sdkVersion": "string" } } ]}How would you rate this page?
Delete a holder application DELETE
Deletes an existing holder application. Once deleted, any associated application instances will no longer be able to interact with the MATTR VII platform. ### **Analytic events** * CREDENTIAL_HOLDER_APPLICATION_DELETE_START * CREDENTIAL_HOLDER_APPLICATION_DELETE_SUCCESS * CREDENTIAL_HOLDER_APPLICATION_DELETE_FAIL
Retrieve a registered holder application instance GET
Retrieves a registered instance of a holder application. ### **Analytic events** * CREDENTIAL_HOLDER_APPLICATION_INSTANCE_RETRIEVE_START * CREDENTIAL_HOLDER_APPLICATION_INSTANCE_RETRIEVE_SUCCESS * CREDENTIAL_HOLDER_APPLICATION_INSTANCE_RETRIEVE_FAIL