VP Query

get

Retrieves all VP query configurations.

Authorizations
x-client-secretstringRequired
Responses
200

Found

application/json
get
/api/v1/verifier/vp-queries
post

Creates a new VP query configuration.

Authorizations
x-client-secretstringRequired
Body
  • Contains the query parameters for verifiable presentation verification The query property should contain an array of VP query configurations that define what credentials and claims are required for successful verification.
Responses
post
/api/v1/verifier/vp-queries
get

Retrieves a VP query configuration by its ID.

Authorizations
x-client-secretstringRequired
Path parameters
idstringRequired
Responses
200

Found

application/json
get
/api/v1/verifier/vp-queries/{id}
delete

Deletes a VP query configuration by its ID.

Authorizations
x-client-secretstringRequired
Path parameters
idstringRequired
  • The UUID of the VP query configuration to delete
Responses
delete
/api/v1/verifier/vp-queries/{id}

No content

post

Handles the creation of an authorization request using a VP Query. Retrieves the presentation definition from the specified VP query and creates an authorization request.

Authorizations
x-client-secretstringRequired
Path parameters
idstringRequired
Body

Request body for creating an authorization request using a VP query

redirect_uristringRequired

Redirect URI to which the response will be sent

Example: http://example.com
validitynumber · doubleOptional

Validity of the authorization request in seconds

Example: 600
Responses
post
/api/v1/verifier/vp-queries/{id}/authorization-request

Last updated