light-mode-image
Learn
API ReferenceHolder applications

Retrieve a holder application

Roles

adminholder

Analytics Events

CREDENTIAL_HOLDER_APPLICATION_RETRIEVE_STARTCREDENTIAL_HOLDER_APPLICATION_RETRIEVE_SUCCESSCREDENTIAL_HOLDER_APPLICATION_RETRIEVE_FAIL
GET/v1/holder/applications/{holderApplicationId}

Retrieves an existing holder application.

Analytic events

  • CREDENTIAL_HOLDER_APPLICATION_RETRIEVE_START
  • CREDENTIAL_HOLDER_APPLICATION_RETRIEVE_SUCCESS
  • CREDENTIAL_HOLDER_APPLICATION_RETRIEVE_FAIL

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

holderApplicationId*string

Unique identifier for 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"
{  "id": "string",  "name": "string",  "clientId": "string",  "type": "ios",  "bundleId": "string",  "teamId": "string",  "maxTimeOfflineInSecs": 604800,  "appAttest": {    "required": true,    "environment": "development"  }}

How would you rate this page?