Retrieve all verifier applications
Roles
Analytics Events
/v2/presentations/applicationsRetrieves 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
Authorization
bearerAuth In: header
Query Parameters
Range size of returned list.
1001 <= value <= 1000Starting point for the list of entries.
Response Body
application/json
curl -X GET "https://example.vii.au01.mattr.global/v2/presentations/applications"{
"nextCursor": "Y3JlYXRlZEF0PTIwMjAtMDgtMjVUMDY6NDY6MDkuNTEwWiZpZD1hNjZmZmVhNS04NDhlLTQzOWQtODBhNC1kZGE1NWY1M2UzNmM",
"data": [
{
"id": "1ef1f867-20b4-48ea-aec1-bea7aff4964c",
"name": "Example Verifier Web Application",
"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
}
},
"resultAvailableInFrontChannel": true
}
]
}How would you rate this page?
Create verifier application POST
Creates 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
Retrieve a verifier application GET
Retrieves an existing mDocs online verifier application. ### **Analytic events** * CREDENTIAL_PRESENTATION_VERIFIER_APPLICATION_RETRIEVE_START * CREDENTIAL_PRESENTATION_VERIFIER_APPLICATION_RETRIEVE_SUCCESS * CREDENTIAL_PRESENTATION_VERIFIER_APPLICATION_RETRIEVE_FAIL