Driving Licence
Verifies a driving licence using licence number and date of birth.
- DL Number: The driving license number.
- Date of Birth (DOB): The date of birth of the individual.
Optional Feature
- Name Match Verification: Optionally, the API can perform a name match verification.
Response Details
The API provides comprehensive information about the Driving License, including:- Basic Info
- Driving License Details
- Validity
- Vehicle Category Details
- Address Details
- Status Details
400 Response Messages
DL Number Errors
- DL Number must be in the format AA00XXXXXXXXXXX.
- DL Number cannot have all identical digits in the numeric part.
dl_numberis required.dl_numberis invalid.dl_numbermust be a string.
Date of Birth (DOB) Errors
- Date of Birth must be in the format dd-mm-yyyy.
dobis required.dobis invalid.dobmust be a string.
Name Errors
namemust be a string.nameis invalid.- Name must not contain special characters or numbers.
Payload Errors
- Payload is missing.
Authorizations
API key issued by KonnectNXT. Pass as Authorization: Bearer <your_api_key>.
Body
DL Number must be in the format AA00XXXXXXXXXXX and not contain all identical digits in the numeric part. (Max Length: 16)
16"MH0920220028511"
Date of Birth in DD-MM-YYYY format.
^\d{2}-\d{2}-\d{4}$"05-05-2020"
Optional. Must not contain special characters or numbers.
^[a-zA-Z\s]*$"John Doe"
Response
Successful response with Driving Licence details.
Overall status of the API
success, error HTTP status code
400
Description of the response or error
"Invalid request parameters"
Represents the total number of credits used in this request.
3
Represents the remaining credits available for use.
4040

