light-mode-image
Learn
API ReferenceJSON

Retrieve a presentation template

Roles

adminverifier

Analytics Events

PRESENTATION_WEB_SEMANTIC_TEMPLATE_RETRIEVE_STARTPRESENTATION_WEB_SEMANTIC_TEMPLATE_RETRIEVE_SUCCESSPRESENTATION_WEB_SEMANTIC_TEMPLATE_RETRIEVE_FAIL
GET/v2/credentials/web-semantic/presentations/templates/{id}

Retrieve an existing presentation template by its ID.

Analytic events

  • PRESENTATION_WEB_SEMANTIC_TEMPLATE_RETRIEVE_START
  • PRESENTATION_WEB_SEMANTIC_TEMPLATE_RETRIEVE_SUCCESS
  • PRESENTATION_WEB_SEMANTIC_TEMPLATE_RETRIEVE_FAIL

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

id*string

Presentation template ID

Response Body

application/json

application/json

application/json

curl -X GET "https://example.com/v2/credentials/web-semantic/presentations/templates/string"
{  "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?