Skip to main content

Authorization Response

POST 

/api/v1/vcp/authorization_response

Validates the VCP authorization response, parses tokens, and sends the result via SSE to MyNextID Client.

Request​

Query Parameters

    id stringrequired

    Id provided in request_uri returned after calling POST /vcp/authorization_request

Body

required

JSON object containing the VP token and presentation submission.

    vp_token stringrequired

    Base64 URL-encoded VP token.

    presentation_submission stringrequired

    Base64 URL-encoded presentation submission.

Responses​

Successfully processed the authorization response.

Schema
    success boolean

    Indicates if the operation was successful.

Loading...