light-mode-image
Learn
API ReferenceHolder applications

Retrieve a registered holder application instance

Roles

adminholder

Analytics Events

CREDENTIAL_HOLDER_APPLICATION_INSTANCE_RETRIEVE_STARTCREDENTIAL_HOLDER_APPLICATION_INSTANCE_RETRIEVE_SUCCESSCREDENTIAL_HOLDER_APPLICATION_INSTANCE_RETRIEVE_FAIL
GET/v1/holder/applications/{holderApplicationId}/instances/{instanceId}

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

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

holderApplicationId*string

Unique identifier for a registered holder application.

Formatuuid
instanceId*string

Unique identifier for an instance of a registered holder application.

Formatuuid

Response Body

application/json

application/json

curl -X GET "https://example.com/v1/holder/applications/497f6eca-6276-4993-bfeb-53cbbbba6f08/instances/497f6eca-6276-4993-bfeb-53cbbbba6f08"
{  "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?