Templates
OpenAPI documentation for the "Templates" module
Retrieve the templates the verifier is working with
Returns a collection of templates that the client can use and send to the verifier endpoints.Claim-based access control: Verifier_Admin, Verifier_Auditor, Verifier_User
"Work Experience Credential"
"workExperienceCredential"
Create a new dynamic presentation definition
Enables the use of dynamic presentation definitions. The presentation definition is a JSON object that defines the rules the clients need to follow in order to produce a valid verifiable presentation.Claim-based access control: Verifier_Admin, Verifier_User
"documentSignature"
The definitionId defines the credential to ask for, eg: emailCredential. The value should start with lowercase and continue using camelCase pattern
"emailCredential"
Returns a list of presentation definition templates and their required fields.
Returns a list of presentation definition templates and their required fields. The templates are used when creating a new presentation definition and checked against the required fields to ensure that the presentation definition is valid.Claim-based access control: Verifier_Admin, Verifier_User
Last updated