Documentation Index
Fetch the complete documentation index at: https://docs.didx.co.za/llms.txt
Use this file to discover all available pages before exploring further.
Overview
A presentation template specifies what credentials and attributes you want to verify. Thetype field in the template must match the type from a credential template that was used during issuance, this is how the system knows which credentials to request from the user’s wallet.
Endpoint
Request
Request Body
| Field | Type | Description |
|---|---|---|
name | string | Name for this presentation template |
description | string | Description of what this template verifies |
credentials | array | List of credential types to request |
credentials[].type | string | Must match the type URI from the issuer’s credential template |
credentials[].attributes | object | The specific attributes to request from the credential |
The
type field must be the full URI from the issuer’s credential template response (e.g. https://metadata.paradym.id/types/university-card-v1), not the short name used during template creation.Response
HTTP 200 OKKey Response Fields
| Field | Description |
|---|---|
id | Unique template identifier, save this for use in Step 2 |
format | sd-jwt-vc, credential format used |

