Retrieve a registered verifier application instance
/v2/presentations/applications/{verifierApplicationId}/instances/{instanceId}Retrieves a registered instance of a verifier application.
Roles
Analytics Events
Authorization
bearerAuth In: header
Path Parameters
Unique identifier for the verifier application.
uuidUnique identifier for the registered verifier application instance.
uuidResponse Body
application/json
application/json
curl -X GET "https://example.com/v2/presentations/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?
Retrieve all registered verifier application instances GET
Retrieves all registered instances of a verifier application. This can be used by application owners to view all registered instances for a given verifier application.
Delete a registered verifier application instance DELETE
Deletes a registered instance of a verifier application. Deleted instances will no longer be able to interact with the platform or receive tokens, and any existing tokens will be revoked. Application owners can use this endpoint to remove individual instances that are no longer needed or were registered by mistake, without affecting the entire verifier application or its other instances. This is useful for cleaning up test instances or managing specific devices, rather than deleting the whole application and all its associated instances.