Skip to main content

Create Authorization Request

POST 

/api/v1/vcp/authorization_request

Endpoint starts VC Verification flow and does the following:

  • generates user state/session,
  • saves user session for later,
  • generates and returns an authorization URL.

Returned Authorization URL should be put in a QR Code.

Request​

Body

required
    vcp_version string

    The requested VC version

    definition_id stringrequired

    The ID of the presentation definition to use for this request.

Responses​

Successfully created the VC Playground authorization URL.

Schema

    string

Loading...