Kenya
Kenya Passport
Verify a customer’s identity using their Kenyan passport number.
POST
Kenya Passport Verification
The Kenya Passport endpoint validates a passport number against the national registry and returns the associated personal details including name, dates, and a 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 |
|---|---|---|---|
passport_number | string | Yes | The customer’s passport number (e.g. A00000000) |
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 |
data.Date_of_Birth | string | Date of birth |
data.Citizenship | string | Citizenship |
data.Date_of_Issue | string | Passport issue date |
data.Place_of_Birth | string | Place of birth |
data.Photo | string | Base64-encoded passport photo |

