- 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
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
DL Number must be in the format AA00XXXXXXXXXXX and not contain all identical digits in the numeric part. (Max Length: 16)
Maximum length:
16Example:
"MH0920220028511"
Date of Birth in DD-MM-YYYY format.
Example:
"05-05-2020"
Optional. Must not contain special characters or numbers.
Example:
"John Doe"
Response
Successful response with Driving Licence details.
Overall status of the API
Available options:
success, error HTTP status code
Description of the response or error
Represents the total number of credits used in this request.
Example:
3
Represents the remaining credits available for use.
Example:
4040

