Agent > Webapp

Retrieve the templates the verifier is working with

get

Returns a collection of templates that the client can use and send to the verifier endpoints.


Claim-based access control: Verifier_Admin, Verifier_User, Verifier_Auditor

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
chevron-right
200Success
application/json
get
/api/v1/agent/webapp/templates

Create a new dynamic presentation definition

post

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, Verifier_Auditor

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
definitionNamestringRequiredExample: documentSignature
Responses
chevron-right
200Success
application/json
post
/api/v1/agent/webapp/presentation-definitions

Returns a list of presentation definition templates and their required fields.

get

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, Verifier_Auditor

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
chevron-right
200Success
application/json
get
/api/v1/agent/webapp/presentation-definitions/templates

Last updated