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.

Description of the template fields.

post
/templatefielddescription

Provide the types of the fields of a template based on the given template ID.

Authorizations
X-TOKENstringRequired
Body
TemplateIdnumber · integerOptional

The ID of a credential template as defined in the sidoes administration console.

Example: 18
Responses
200

The description of the template definition.

application/json
post
/templatefielddescription

Last updated