Nigeria
Phone Number Basic
Retrieve core identity data for the primary phone number registered to a customer’s NIN.
POST
Phone Number Basic
The Phone Number Basic endpoint returns the name and date of birth associated with the primary phone number registered against a customer’s NIN. For other numbers linked to the same NIN, use Phone Number Advanced.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 |
|---|---|---|---|
phone_number | string | Yes | The customer’s phone number (Nigerian format, e.g., 09011001100) |
Example
Response
200 OK
| Field | Type | Description |
|---|---|---|
data.surname | string | Last name |
data.firstName | string | First name |
data.middleName | string | Middle name |
data.dateOfBirth | string | Date of birth in YYYY-MM-DD format |
data.phoneNumber | string | Phone number that was queried |

