Kenya
Alien ID
Verify a customer’s identity using their Kenya Alien Identification number.
POST
Kenya Alien ID
The Alien ID endpoint validates a Kenya Alien Identification number and returns the associated personal details from the national registry.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 |
|---|---|---|---|
alien_id | string | Yes | The customer’s Alien Identification number |
Example
Response
200 OK
| Field | Type | Description |
|---|---|---|
data.valid | boolean | Whether the ID is valid |
data.id_number | string | Alien ID number |
data.first_name | string | First name |
data.last_name | string | Last name |
data.middle_name | string | Middle name |
data.date_of_birth | string | Date of birth |
data.gender | string | Gender |
data.nationality | string | Nationality |

