Basic Drivers License

This endpoint allows you to verify users drivers license details.

Our lookup driver's license endpoint, enables businesses to quickly and easily verify the accuracy of the information on a customer's license, ensuring that their identity is legitimate and up-to-date.

Once connected, you can submit the relevant details from the customer's driver's license, such as their name, address, date of birth, and license number. The endpoint then uses advanced algorithms and machine learning techniques to compare the details you've submitted with data from a variety of sources, including government databases and third-party sources. This allows the endpoint to quickly and accurately determine whether or not the details on the license are legitimate.

👍

TEST DATA

number: AAD2320823198

dob: 1999-12-21

first_name: test

last_name: test

📘

POST

{{URL}}/identitypass/verification/drivers_license

Request Header

KeyDescription
app-idYour App ID
x-api-keyYour Secret Key

Request Body

KeyDescription
numberLicense Number
dobDate of Birth
first_nameFirst name
last_nameLast name

Sample Response

{
    "status": true,
    "detail": "DL Verification Successfull",
    "response_code": "00",
    "frsc_data": {
        "verified": true,
        "message": "Drivers License details was verified successfully"
    }
}

Response Description

ResponseDescription
statusIndicates that the request was successful.
detailThis field indicates the detail of the response.
response_codeRepresents the response code.
Frsc_dataA JSON object containing the following data from the Federal Road Safety Corps (FRSC):
verifiedIndicates whether or not the driver's license has been verified.
messageA message that indicates the status of the verification.