Driver's License
This API provides information about the driving license number, including details about the license holder's name, address, temporary address, date of birth, DL profile image, blood group, RTO name, etc.
Test data
id_number:
dob:
Post: https://api.prembly.com/identitypass/verification/india/dl
Request Header
| key | description | 
|---|---|
| x-api-key | your api-key | 
| app-id | your app-id | 
Request Body
| key | description | 
|---|---|
| id_number | license number | 
| dob | date of birth | 
Sample Response
{
  "data": {
    "client_id": "license_iDdklSZIkxXfDrhVupRZ",
    "license_number": "TS02620190003657",
    "state": "Uttar Pradesh",
    "name": "MUNNA BHAIYA",
    "permanent_address": "TRIPATHI HAVELI, MIRZAPUR, UTTAR PRADESH",
    "permanent_zip": "",
    "temporary_address": "TRIPATHI HAVELI, MIRZAPUR, UTTAR PRADESH",
    "temporary_zip": "",
    "citizenship": "",
    "ola_name": "RTA MAHABUBABAD",
    "ola_code": "TS026",
    "gender": "M",
    "father_or_husband_name": "KALEEN BHAIYA",
    "dob": "1998-06-15",
    "doe": "2039-07-23",
    "transport_doe": "1800-01-01",
    "doi": "2019-07-24",
    "transport_doi": "1800-01-01",
    "profile_image": "base64Image",
    "has_image": true,
    "blood_group": "",
    "vehicle_classes": [
      "MCWG",
      "LMV-NT"
    ],
    "less_info": false
  },
  "status_code": 200,
  "success": true,
  "message": null,
  "message_code": "success"
}
Updated about 1 year ago
