Nigeria
National Identity Number (NIN)
Verify a customer’s identity using their 11-digit National Identification Number.
POST
NIN Verification
The NIN endpoint retrieves a customer’s verified identity data from the National Identity Management Commission (NIMC) database. It returns comprehensive personal details including biographic data, next-of-kin information, and a customer 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 |
|---|---|---|---|
identification_number | string | Yes | The customer’s 11-digit National Identification Number |
Example
Response
200 OK
| Field | Type | Description |
|---|---|---|
data.nin | string | The NIN that was queried |
data.firstName | string | First name |
data.middleName | string | Middle name |
data.lastName | string | Surname |
data.gender | string | "male" or "female" |
data.dateOfBirth | string | Date of birth in YYYY-MM-DD format |
data.birthState | string | State of birth |
data.birthLga | string | LGA of birth |
data.telephoneNo | string | Registered phone number |
data.email | string | null | Email address (if available) |
data.residenceAddress | string | Current residential address |
data.residenceState | string | State of residence |
data.residenceLga | string | LGA of residence |
data.residenceTown | string | Town of residence |
data.maritalStatus | string | e.g., "single", "married", "separated" |
data.educationalLevel | string | Highest education level |
data.employmentStatus | string | e.g., "employed", "unemployed" |
data.religion | string | Religion |
data.spokenLanguage | string | Primary spoken language |
data.height | string | Height in centimetres |
data.profession | string | Stated profession |
data.nokFirstname | string | Next-of-kin first name |
data.nokSurname | string | Next-of-kin surname |
data.nokAddress1 | string | Next-of-kin address |
data.nokState | string | Next-of-kin state |
data.nokLga | string | Next-of-kin LGA |
data.image | string | Base64-encoded JPEG of the customer’s photo |
data.trackingId | string | NIMC tracking reference |

