Create verifier application
Roles
Analytics Events
/v2/presentations/applicationsCreates an mDocs online verifier application.
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
Response Body
application/json
application/json
curl -X POST "https://example.vii.au01.mattr.global/v2/presentations/applications" \ -H "Content-Type: application/json" \ -d '{ "name": "Example Verifier Web Application", "type": "web", "domain": "example-verifier-web-application.com" }'{
"id": "1ef1f867-20b4-48ea-aec1-bea7aff4964c",
"name": "Example Verifier Web Application",
"resultAvailableInFrontChannel": true,
"type": "web",
"domain": "example-verifier-web-application.com",
"additionalDomains": [
"example-verifier-web-application.com"
],
"openid4vpConfiguration": {
"supportedModes": "all",
"redirectUris": [
"https://example-verifier-web-application.com/presentation/callback"
],
"display": {
"logoImage": {
"url": "https://example-logo-image-url.com",
"altText": "Logo image"
},
"headerText": "Share your information.",
"bodyText": "Please scan the QR code to the right to provide information required for this interaction.",
"privacyPolicyUrl": "https://example-privacy-policy.com",
"primaryColorHex": "#FFFFFF"
}
},
"dcApiConfiguration": {
"supportedBrowserPlatforms": {
"desktop": true,
"mobile": true
}
}
}{
"code": "string",
"message": "string",
"details": [
{
"value": "string",
"msg": "Invalid value",
"param": "id",
"location": "body"
}
]
}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