Skip to main content
POST
NIN with Face
The NIN with Face endpoint verifies a customer’s National Identification Number and performs a facial comparison against a provided photo URL. It returns full NIN profile data plus face match results.

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
identification_number
string
required

11-digit National Identification Number

Example:

"70123456789"

image_url
string
required

URL of the customer's photo for facial comparison

Example:

"https://example.com/photo.jpg"

Response

NIN with face verified