Nigeria
Driver's License
Verify a customer’s identity using their Nigerian driver’s license number.
POST
Driver's License
The Driver’s License endpoint retrieves verified identity information from the FRSC database, including name, date of birth, license validity dates, state of issue, and a photo.Documentation Index
Fetch the complete documentation index at: https://docs.smartcomply.com/llms.txt
Use this file to discover all available pages before exploring further.
Endpoint
Request
Headers
| Header | Value | Required |
|---|---|---|
x-access-token | Your API secret key | Yes |
Content-Type | application/json | Yes |
Body Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
license_number | string | Yes | The customer’s driver’s license number |
first_name | string | Yes | First name as on the license |
last_name | string | Yes | Last name as on the license |
date_of_birth | string | Yes | Date of birth in YYYY-MM-DD format |
Example
Response
200 OK
| Field | Type | Description |
|---|---|---|
data.licenseNo | string | License number |
data.lastName | string | Last name |
data.firstName | string | First name |
data.middleName | string | Middle name |
data.gender | string | Gender |
data.dateOfBirth | string | Date of birth |
data.issuedDate | string | License issue date |
data.expiryDate | string | License expiry date |
data.stateOfIssue | string | State where license was issued |
data.image | string | Base64-encoded license photo |

