Skip to main content
GET
https://api.dojah.io
/
api
/
v1
/
kyc
/
dl
Lookup Drivers Licence
curl --request GET \
  --url https://api.dojah.io/api/v1/kyc/dl \
  --header 'AppId: <appid>' \
  --header 'Authorization: <api-key>'
{
  "entity": {
    "licenseNo": "IKJ29459AB13",
    "firstName": "OLA",
    "lastName": "DAMOLA",
    "middleName": "",
    "gender": "Male",
    "issuedDate": "2019-01-22",
    "expiryDate": "2024-05-18",
    "stateOfIssue": "LAGOS",
    "birthDate": "18-05-1990",
    "photo": "BASE 64 Image"
  }
}
AppId
string
required
Application ID from dashboard

Query parameter

license_number
string
required
Drivers licence Number

RESPONSES

200
json
json
400
Object
401
Object
{
  "entity": {
    "licenseNo": "IKJ29459AB13",
    "firstName": "OLA",
    "lastName": "DAMOLA",
    "middleName": "",
    "gender": "Male",
    "issuedDate": "2019-01-22",
    "expiryDate": "2024-05-18",
    "stateOfIssue": "LAGOS",
    "birthDate": "18-05-1990",
    "photo": "BASE 64 Image"
  }
}