Authorization
post
Authorizations
x-client-secretstringRequired
Body
Request body for creating an authorization request
redirect_uristringRequiredExample:
Redirect URI to which the response will be sent
http://example.comvaliditynumber · doubleOptionalExample:
Validity of the authorization request in seconds
600Responses
201
Created
application/json
400
Bad Request
application/json
post
/api/v1/verifier/authorization-requestsget
Path parameters
idstringRequired
Responses
200
Found
application/json
400
Bad Request
application/json
get
/api/v1/verifier/authorization-requests/{id}delete
Authorizations
x-client-secretstringRequired
Path parameters
idstringRequired
Responses
204
No Content
400
Bad Request
application/json
delete
/api/v1/verifier/authorization-requests/{id}No content
post
Body
Request body for submitting a verifiable presentation
statestringRequiredExample:
Random string to prevent CSRF attacks
abcdef12345678901234567890abcdefnoncestringRequiredExample:
Random string to ensure request uniqueness
1234567890abcdef1234567890abcdefResponses
200
Success
application/json
400
Bad Request
application/json
post
/api/v1/verifier/verifiable-presentationsLast updated