BrandKwikID Documentation
API SuiteDriving License

Verify Dl Basic

Instantly verify driving license authenticity with comprehensive validation of license details, validity status, and holder information from official RTO records.

Try itLoading playground…
Loading…
AuthorizationBearer <token>

JWT Bearer token authentication. Obtain a token from the KwikID dashboard.

In: header

consentstring
Value in"Y"
dl_no?string
dob?string
Formatdate

Response Body

curl -X POST "https://__mock__/verification/v1/idverification/dl/basic" \  -H "Content-Type: application/json" \  -d '{    "consent": "Y"  }'
{
  "captcha_tries": 0,
  "cov": [
    "string"
  ],
  "cov_category": [
    "string"
  ],
  "date_of_birth": "string",
  "expiry_date": "string",
  "issue_date": "string",
  "licence_number": "string",
  "name": "string",
  "rto_name": "string",
  "status": "string"
}
{
  "detail": {},
  "message": "string"
}
{
  "detail": {},
  "message": "string"
}