Kenya
National ID Advanced
Retrieve extended identity details for a Kenyan national ID, including photo, place of birth, and residence.
POST
Kenya National ID Advanced
The National ID Advanced endpoint returns comprehensive identity information for a Kenyan national ID, including the registrant’s photo, place of birth, place of residence, and issue details.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 |
|---|---|---|---|
national_id | integer | Yes | The customer’s Kenyan national ID number |
Example
Response
200 OK
| Field | Type | Description |
|---|---|---|
data.First_Name | string | First name |
data.Surname | string | Surname |
data.Other_Name | string | Other/middle name |
data.Gender | string | Gender ("M" or "F") |
data.Date_of_Birth | string | Date of birth |
data.Citizenship | string | Citizenship status |
data.Date_of_Issue | string | ID issue date |
data.Place_of_Birth | string | Place of birth |
data.Place_of_Live | string | Registered place of residence |
data.Photo | string | Base64-encoded ID photo |

