post https://dextox.in/api/ekyc/DLDetails
Use this API to Fetch the Driving Licence details
Header Parameters
Name | Type | Description |
---|---|---|
Content-Type | String | Application/Json |
Accept | String | Application/Json |
X-Qro-ApiKey | String | Provided By Dextox |
X-Qro-UserId | String | Provided By Dextox |
Request Parameters
Param Name | Param Type | Is Mandatory | Description |
---|---|---|---|
dl_number | string | yes | Licence Number |
dob | string | yes | Date of birth of Licence holder |
Sample Request
{"dl_number":"RJ14XXXXXXXXXX","dob":"11/11/1999"}
Sample Response
{
"statuscode": "TXN",
"status": "Result fetched",
"data": {
"dl_number": "RJ14XXXXXXXXX",
"badge_details": [
{
"class_of_vehicle": [
"MCWG",
"LMV"
],
"badge_no": "",
"badge_issue_date": ""
}
],
"dob": "11-11-1999",
"dl_validity": {
"hazardous_valid_till": "",
"hill_valid_till": "",
"non_transport": {
"from": "XX-XX-XXXX",
"to": "XX-XX-XXXX"
},
"transport": {
"from": "",
"to": ""
}
},
"details_of_driving_licence": {
"father_or_husband_name": "",
"last_transacted_at": "",
"address": "",
"date_of_issue": "XX-XX-XXXX",
"address_list": [
{
"complete_address": "",
"split_address": {
"pincode": "XXXXXX",
"country": [
"IN",
"IND",
"INDIA"
],
"address_line": "",
"city": [
""
],
"district": [
"JAIPUR"
],
"state": [
[
"RAJASTHAN",
"RJ"
]
]
},
"type": "permanent"
},
{
"complete_address": "",
"split_address": {
"pincode": "XXXXXX",
"country": [
"IN",
"IND",
"INDIA"
],
"address_line": "",
"city": [
""
],
"district": [
"JAIPUR"
],
"state": [
[
"RAJASTHAN",
"RJ"
]
]
},
"type": "temporary"
}
],
"date_of_last_transaction": "",
"split_address": {
"pincode": "XXXXXX",
"country": [
"IN",
"IND",
"INDIA"
],
"address_line": "",
"city": [
""
],
"district": [
"JAIPUR"
],
"state": [
[
"RAJASTHAN",
"RJ"
]
]
},
"name": "XXXX XXXX",
"status": "ACTIVE"
}
},
"timestamp": "02-05-2025 14:39:07"
}