Skip to main content
POST
/
v1
/
verification
/
post-driving-license
Async Post Driving License Verification
curl --request POST \
  --url https://production.deepvue.tech/v1/verification/post-driving-license \
  --header 'Authorization: Bearer <token>' \
  --header 'x-api-key: <api-key>'
{
  "request_id": "3d56781e-e17d-45f3-b470-c53ce8efb9bc"
}

Authorizations

Authorization
string
header
required

ACCESS_TOKEN generated from the authorize endpoint. Should be included in the header as Bearer .

x-api-key
string
header
required

The CLIENT_SECRET provided to you. This header parameter is required for authentication purposes.

Query Parameters

dl_number
string
required

Driving License Number. This parameter is required.

dob
string
required

Date Of Birth in YYYY-MM-DD format (e.g., 1994-01-19). This parameter is required.

Response

Successful Response

request_id
string
required