Skip to main content

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 stringrequired

    Test parameter

    Example: test=SCE_4VP_1
    tx_id stringrequired

    Transaction ID

    Example: tx_id=12345678
    signed string

    Signed parameter

    Example: signed=true

Responses​

Successfully fetched MDL Authorization Request Object

Schema

    string

Loading...