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), the DID to be used for identification as a verifier, and which verification protocol to use.
The exchange
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 exchange
, 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