Create a proof request
POST/api/proof-request/v1
Creates a proof request, which can then be shared with a wallet holder.
Choose what information to request (proof schema), an identifier, and which verification protocol to use.
The protocol
and transport
values must reference specific configuration
instances from your system configuration. This is because the system allows
multiple configurations of the same type. For protocol
, reference a configured
instance of verificationProtocol
.
Related guide: Verify workflow
Request
Responses
- 201
- 400
- 401
- 403
- 404
- 500
Created
Bad Request
Unauthorized
Forbidden
Entity Not Found
Internal error