Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Filter credential templates by their unique identifier
"6421a8905c17830c188e2e2f"
Filter credential templates by their type
"https://metadata.paradym.id/types/asdf93-UniversityCard"
Filter credential templates by credential format
sd-jwt-vc, mdoc "sd-jwt-vc"
Filter credential templates by archived status
true, false "false"
Search credential templates by name (partial match)
"credential"
Sort order for the results. Prefix with "-" for descending order
id, -id, createdAt, -createdAt, updatedAt, -updatedAt "-createdAt"
Number of items to return per page (1-100)
1 <= x <= 10010
Cursor for pagination - return items before this ID value
"6421a8905c17830c188e2e2f"
Cursor for pagination - return items after this ID value
"6421a8905c17830c188e2e30"
List of credential templates.
{
"name": "My SD-JWT VC template",
"description": "This is a description",
"attributes": {
"myAttribute": {
"type": "string",
"name": "My attribute",
"description": "This is a attribute",
"required": true,
"alwaysDisclosed": false
}
},
"createdAt": "2025-02-20T11:27:37.051Z",
"updatedAt": "2025-02-20T11:27:37.051Z",
"archivedAt": null,
"format": "sd-jwt-vc",
"id": "6421a8905c17830c188e2e2f",
"type": "https://metadata.paradym.id/types/asdf93-UniversityCard"
}