light-mode-image
Learn
API ReferenceJSON

Retrieve all presentation templates

Roles

adminverifier

Analytics Events

PRESENTATION_WEB_SEMANTIC_TEMPLATE_RETRIEVE_LIST_STARTPRESENTATION_WEB_SEMANTIC_TEMPLATE_RETRIEVE_LIST_SUCCESSPRESENTATION_WEB_SEMANTIC_TEMPLATE_RETRIEVE_LIST_FAIL
GET/v2/credentials/web-semantic/presentations/templates

Returns a list of all presentation templates on your tenant.

Analytic events

  • PRESENTATION_WEB_SEMANTIC_TEMPLATE_RETRIEVE_LIST_START
  • PRESENTATION_WEB_SEMANTIC_TEMPLATE_RETRIEVE_LIST_SUCCESS
  • PRESENTATION_WEB_SEMANTIC_TEMPLATE_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/credentials/web-semantic/presentations/templates"
{  "nextCursor": "string",  "data": [    {      "id": "string",      "domain": "string",      "name": "string",      "query": [        {          "type": "string",          "credentialQuery": [            {              "required": true,              "reason": "string",              "example": [                {                  "@context": [                    null                  ],                  "type": "string",                  "trustedIssuer": [                    {                      "required": true,                      "issuer": "string"                    }                  ]                }              ]            }          ]        }      ]    }  ]}

How would you rate this page?