Update a holder application
Roles
Analytics Events
/v1/holder/applications/{holderApplicationId}Updates an existing holder application.
Analytic events
- CREDENTIAL_HOLDER_APPLICATION_UPDATE_START
- CREDENTIAL_HOLDER_APPLICATION_UPDATE_SUCCESS
- CREDENTIAL_HOLDER_APPLICATION_UPDATE_FAIL
Authorization
bearerAuth In: header
Path Parameters
Unique identifier for a registered holder application.
uuidRequest Body
application/json
Holder application payload
TypeScript Definitions
Use the request body type in TypeScript.
Configuration for a registered holder application.
Configuration for a holder iOS application.
Response Body
application/json
application/json
application/json
curl -X PUT "https://example.com/v1/holder/applications/497f6eca-6276-4993-bfeb-53cbbbba6f08" \ -H "Content-Type: application/json" \ -d '{ "name": "string", "clientId": "string", "type": "ios", "bundleId": "string", "teamId": "string" }'{ "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?
Retrieve a holder application GET
Retrieves an existing holder application. ### **Analytic events** * CREDENTIAL_HOLDER_APPLICATION_RETRIEVE_START * CREDENTIAL_HOLDER_APPLICATION_RETRIEVE_SUCCESS * CREDENTIAL_HOLDER_APPLICATION_RETRIEVE_FAIL
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