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/{applicationId}/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

applicationId*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.vii.au01.mattr.global/v1/holder/applications/281d20b3-42a3-40dd-b29a-115ff32b02b7/instances/1ef1f867-20b4-48ea-aec1-bea7aff4964c"
{
  "id": "1ef1f867-20b4-48ea-aec1-bea7aff4964c",
  "appAttestationType": "key_attestation",
  "registeredAt": "2023-10-05T14:48:00.000Z",
  "licenseExpiresAt": "2024-10-05T14:48:00.000Z",
  "lastAttestedAt": "2023-12-01T10:30:00.000Z",
  "externalReferenceId": "external-ref-12345",
  "deviceDetails": {
    "deviceModel": "iPhone 12",
    "deviceMake": "Apple",
    "osVersion": "iOS 14.4"
  },
  "sdkDetails": {
    "sdkVersion": "1.2.3"
  }
}
{
  "code": "string",
  "message": "string",
  "details": [
    {
      "value": "string",
      "msg": "Invalid value",
      "param": "id",
      "location": "body"
    }
  ]
}

How would you rate this page?