Lookup Kenya Passport
Lookup Kenya Passport
This endpoint allows you to Lookup a Kenya National ID.
Request
{{baseURL}}/api/v1/ke/kyc/passport
Headers
Parameter | Type | Description |
---|---|---|
AppId | string | you would need to create an app to get your app ID |
Authorization | string | public secret key e.g prod_sk_1T1eSavlZxy02OT3OWlvbxK4G |
Query Params
Body | Type | Description | |
---|---|---|---|
id_number* | string | The Passport Number | required |
Response Sample
{
"entity": {
"address": "BOX 12345-00800 NAIROBI KAREN KAREN LOCATION - LANGATA DIVISION - KIBERA DISTRICT - STAREHE",
"citizenship": "",
"date_of_birth": "2000-09-20",
"date_of_birth_from_passport": "",
"date_of_issue": "2019-02-14",
"expiration_date": "2022-02-13",
"first_name": "Joe",
"gender": "M",
"last_name": "Leo",
"middle_name": "Doe",
"occupation": "",
"passport_number": "A00000000",
"phone_number": "Not Available",
"phone_number2": "Not Available",
"photo": "/9j/4AAQSkZJRgABAQABLAEsAAD/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQF",
"photo_from_passport": "/9j/4AAQSkZJRgABAQABLAEsAAD/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQO",
"place_of_birth": "NAIROBI\nDISTRICT - STAREHE"
}
}
{
"message": "Passport not found"
}
Updated 10 months ago