light-mode-image
Learn
API ReferenceVerifier applications

Retrieve all verifier applications

Roles

adminverifier

Analytics Events

CREDENTIAL_PRESENTATION_VERIFIER_APPLICATION_RETRIEVE_LIST_STARTCREDENTIAL_PRESENTATION_VERIFIER_APPLICATION_RETRIEVE_LIST_SUCCESSCREDENTIAL_PRESENTATION_VERIFIER_APPLICATION_RETRIEVE_LIST_FAIL
GET/v2/presentations/applications

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

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Query Parameters

limit?number

Range size of returned list.

Range1 <= value <= 1000
Default100
cursor?string

Starting point for the list of entries.

Response Body

application/json

curl -X GET "https://example.com/v2/presentations/applications"
{  "nextCursor": "string",  "data": [    {      "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?