Verify Driver's Licence

This endpoint allows the verification of a driver's licence.

Request

{{baseUrl}}/kyc/dl/:DL

Body Parameters

ParametersTypeDescriptionMandatory
first_nameStringFirst name of the driver's licence holderRequired
last_nameStringLast name of the driver's licence holderRequired
phoneStringA valid phone numberRequired
dobIntegerDate of birth in [DD-MM-YYYY] formatRequired

Request Sample

{
    "status": true,
    "message": "Driver License Data Retrieved.",
    "data": {
        "status": "error",
        "message": "Drivers License no provided is not found. Please provide a valid drivers license number"
    }
}