Request a Verifiable Presentation with OIDC4VP
Integrators can use this endpoint to request a Verifiable Presentation using OIDC4VP. The request includes the scope of the request, an identifier for the request, and a callback URL where the credentials presented by the user will be sent if the presentation is successful.
Request Body — REQUIRED |
---|
scope string — REQUIREDThe scope that defines the type of presentation to perform. Each scope will be associated with a Presentation Definition that will define the constrains of the presentation. |
verificationRequestId string — REQUIREDAn identifier of the Presentation Request. |
callbackUrl string — REQUIREDThe callback URL where the credentials presented by the user will be sent if the presentation is successful. The call to the callback URL will a POST request including an array of the credentials presented by the user. |
Responses | |||
---|---|---|---|
201 The response provides two different values and the integrator can consume whichever is useful in integrator's flow.
|