Templates
Credential Type definitions
In the calls to create Credential Request or Credential Offer there is a reference to the respective credential type by its ID. If you want to get the template spec, you can call the API to get the type definition of a certain template.
Provide the types of the fields of a template based on the given template ID.
Authorizations
X-TOKENstringRequired
Body
TemplateIdnumber · integerOptionalExample:
The ID of a credential template as defined in the sidoes administration console.
18Responses
200
The description of the template definition.
application/json
400
Bad Request
application/json
403
Unauthorized Access
application/json
500
Server Error
application/json
post
/templatefielddescriptionLast updated