Retrieve all presentation templates
Roles
Analytics Events
/v2/credentials/web-semantic/presentations/templatesReturns 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 In: header
Query Parameters
Range size of returned list.
1 <= value <= 1000100Starting 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?
Create a presentation template POST
Creates a presentation template defining what type of credential is required for a particular verification workflow. Presentation templates are used to create presentation requests that are shared with a specific holder. ### **Analytic events** * PRESENTATION_WEB_SEMANTIC_TEMPLATE_CREATE_START * PRESENTATION_WEB_SEMANTIC_TEMPLATE_CREATE_SUCCESS * PRESENTATION_WEB_SEMANTIC_TEMPLATE_CREATE_FAIL
Retrieve a presentation template GET
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