MDL Authorization Request endpoint
GET/api/v1/mdl_authorization_request
Purpose of this endpoint is to serve the MDL Authorization Request Object.
Endpoint constructs an Authorization Request Object and returns it as a signed JWT object.
IMPORTANT: This endpoint was constructed for Mobile Driving License (MDL) verification Interop testing and contains test specific parameters and data. See more here: https://spruceid.com/iso-mdl-interop-event
You can test it by inserting the value of the QR code or link from the button here: https://mdl-app.mynext.id.
Example of the usage: GET /api/v1/mdl_authorization_request?flow_type=sameDevice&credential_type=EmailCredential&state=VrMzpdH8w0-h_IKp&session_id=psBlOFeds5yuIHfk
NOTE: To test this in the DHS Interop environment, you need
Request​
Query Parameters
Test parameter
Transaction ID
Signed parameter
Responses​
- 200
- 500
Successfully fetched MDL Authorization Request Object
- text/plain
- Schema
Schema
string
General server error
- application/json
- Schema
- Example (from schema)
- Example
Schema
Error message
{
"error": "string"
}
forbidden HTTP method