Skip to main content
POST
Passport Verification
The Passport Verification endpoint validates a Nigerian passport number against the government database and returns the holder’s personal details, passport validity dates, and a photo.

Endpoint

Request

Headers

Body Parameters

Example

Response

200 OK

400 Bad Request

401 Unauthorized

Authorizations

x-access-token
string
header
required

Your Adhere API secret key

Body

application/json
passport_number
string
required

The customer's passport number

Example:

"Z18679232"

surname
string
required

Surname as on the passport

Example:

"John"

date_of_birth
string
required

Date of birth in YYYY-MM-DD format

Example:

"1994-08-11"

Response

Passport verified