MDL Authorization Response endpoint
POST/api/v1/mdl_authorization_response
Purpose of this endpoint is to receive the MDL Authorization Response object. Endpoint receives the Authorization Response object and returns redirect URL.
Request​
Query Parameters
tx_id stringrequired
Transaction ID
Example: tx_id=12345678
- application/json
Body
Body of successfully formed MDL Authorization Response
response string
Response object as a encrypted JWT object (JWE)
Responses​
- 200
- 500
Recieved the Authorization Response successfully and returned redirect URL
- application/json
- Schema
- Example (from schema)
Schema
redirect_uri string
Redirect URL
{
"redirect_uri": "redirect_uri=https://verifier.mynext.id/api/v1/response_result?response_code=h_IKp&state=VrMzpdH8w0-h_IKp"
}
General server error
- application/json
- Schema
- Example (from schema)
- Example
Schema
error stringrequired
Error message
{
"error": "string"
}
forbidden HTTP method
Loading...