Verify Nigeria Driver License

Verify a Nigeria Driver License ID

Verify Driver License

POST https://api.appruve.co/v1/verifications/ng/driver_license

This endpoint allows you to verify a Nigeria Driver License ID

Headers

NameTypeDescription

Authorization*

string

Bearer <token>

Request Body

NameTypeDescription

id

string

The driver license ID number

first_name*

string

The first name of the document holder.

last_name*

string

The last name of the document holder

middle_name

string

The middle name of the document holder.

date_of_birth*

string

The date of birth of the document holder in the format yyyy-MM-dd.

phone_number

string

The phone number of the document holder.

gender

string

The gender of the document holder in the format M or F for male or female respectively.

address

string

The residential address of the document holder.

expiry_date

string

The expiry date of the document in the format yyyy-MM-dd.

{
  "id": "AKW06968AA2",
  "first_name": "John",
  "last_name": "Doe",
  "middle_name": "Donald",
  "date_of_birth": "1996-02-21",
  "phone_number": "+234000000000",
  "gender": "M",
  "address": "294 Herbert Macaulay Way, Yaba 101212, Lagos, Nigeria",
  "expiry_date": "2022-04-12",
  "is_first_name_match": true,
  "is_last_name_match": true,
  "is_middle_name_match": true,
  "is_date_of_birth_match": true,
  "is_phone_number_match": true,
  "is_gender_match": true,
  "is_address_match": true,
  "is_expiry_date_match": true,
  "image": "BASE_64 encoded image",
  "verification_ref" "eedbc8bd-dfd8-4d24-846d-597e95872e08"
}

Last updated