Request

[GET]
{{baseURL}}/api/v1/ke/kyc/passport
ParameterTypeDescription
AppIdstringyou would need to create an app to get your app ID
Authorizationstringpublic secret key e.g prod_sk_1T1eSavlZxy02OT3OWlvbxK4G
AppId
string
required

Application ID from dashboard

Query parameter

KeyTypeDescription
id_number*stringThe Passport Numberrequired

Sample response

Response
{
  "entity": {
    "address": "BOX 12345-67890 NAIROBI KAREN KAREN LOCATION",
    "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/2wBDAAYEBQYFBAYGB...",
    "photo_from_passport": "/9j/4AAQSkZJRgABAQABLAEsAAD/2w...",
    "place_of_birth": "NAIROBI"
  }
}