Nigeria
Phone Number Advanced
Retrieve full NIN profile data linked to any phone number registered against an identity.
POST
Phone Number Advanced
The Phone Number Advanced endpoint returns a full NIN identity profile associated with a given phone number, including numbers beyond the primary registration. Use this when you need to verify additional phone numbers linked to a customer’s NIN.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.
For the primary phone number registered to an NIN, use Phone Number Basic — it is faster and returns core identity fields.
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 |
|---|---|---|---|
phone_number | string | Yes | The customer’s phone number (Nigerian format, e.g., 09011001100) |
Example
Response
200 OK
| Field | Type | Description |
|---|---|---|
data.nin | string | NIN linked to the phone number |
data.surname | string | Last name |
data.firstname | string | First name |
data.middlename | string | Middle name |
data.gender | string | Gender ("M" or "F") |
data.birthdate | string | Date of birth |
data.telephoneno | string | Phone number |
data.residence_address | string | Residential address |
data.residence_state | string | State of residence |
data.residence_lga | string | LGA of residence |

