Create verifier application
Roles
Analytics Events
/v2/presentations/applicationsCreates an mDocs online verifier application.
Once created, application instances can be registered and interact with the MATTR VII platform (for example, to verify credential presentations).
Analytic events
- CREDENTIAL_PRESENTATION_VERIFIER_APPLICATION_CREATE_START
- CREDENTIAL_PRESENTATION_VERIFIER_APPLICATION_CREATE_SUCCESS
- CREDENTIAL_PRESENTATION_VERIFIER_APPLICATION_CREATE_FAIL
Authorization
bearerAuth In: header
Request Body
application/json
Verifier application payload
TypeScript Definitions
Use the request body type in TypeScript.
Configuration for an mDocs online verifier application.
Configuration for an mDocs online verifier web application. Either OID4VP or Digital Credentials API configuration must be provided.
Response Body
application/json
application/json
curl -X POST "https://example.com/v2/presentations/applications" \ -H "Content-Type: application/json" \ -d '{ "name": "string", "type": "web", "domain": "string" }'{ "id": "string", "name": "string", "type": "web", "domain": "string", "additionalDomains": [ "string" ], "openid4vpConfiguration": { "supportedModes": "all", "redirectUris": [ "string" ], "display": { "logoImage": { "url": "string", "altText": "string" }, "headerText": "string", "bodyText": "string", "privacyPolicyUrl": "string", "primaryColorHex": "string" } }, "dcApiConfiguration": { "supportedBrowserPlatforms": { "desktop": true, "mobile": true } }, "resultAvailableInFrontChannel": true}How would you rate this page?
Delete an Apple Identity Access CSR DELETE
Deletes an existing Apple Identity Access CSR. ### **Analytic events** * CREDENTIAL_PRESENTATION_APPLE_IDENTITY_ACCESS_CERTIFICATE_DELETE_START * CREDENTIAL_PRESENTATION_APPLE_IDENTITY_ACCESS_CERTIFICATE_DELETE_SUCCESS * CREDENTIAL_PRESENTATION_APPLE_IDENTITY_ACCESS_CERTIFICATE_DELETE_FAIL
Retrieve all verifier applications GET
Retrieves all configured mDocs online verifier applications. ### **Analytic events** * CREDENTIAL_PRESENTATION_VERIFIER_APPLICATION_RETRIEVE_LIST_START * CREDENTIAL_PRESENTATION_VERIFIER_APPLICATION_RETRIEVE_LIST_SUCCESS * CREDENTIAL_PRESENTATION_VERIFIER_APPLICATION_RETRIEVE_LIST_FAIL