Skip to main content

Verify Driving License

POST 

https://api.trential.dev/verification/api/1.0/verifications/dl

Verify Driving License

Request

Body

    digilocker boolean
    uri string
    token string

Responses

OK

Schema
    code integer
    message string
    data object

Authorization: x-api-key

name: x-api-keytype: apiKeyin: header
curl -L -X POST 'https://api.trential.dev/verification/api/1.0/verifications/dl' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'x-api-key: <API_KEY_VALUE>' \
--data-raw '{
"digilocker": false,
"uri": "in.gov",
"token": "ey..."
}'
Request Collapse all
Base URL
https://api.trential.dev
Auth
Body
{
  "digilocker": false,
  "uri": "in.gov",
  "token": "ey..."
}
ResponseClear

Click the Send API Request button above and see the response here!