Verify Kenya National ID
Verify a kenya National ID
Verify National ID
POST
https://api.appruve.co/v1/verifications/ke/national_id
This endpoint allows you to verify a Kenya National ID.
Headers
Name
Type
Description
Authorization*
string
Bearer <token>
Request Body
Name
Type
Description
id
string
The national ID number
first_name
string
The first name of the document holder.
last_name
string
The last name of the document holder.
middle_name
string
The middle name of the document holder.
date_of_birth
string
The date of birth of the document holder in the format yyyy-MM-dd..
gender
string
The gender of the document holder.
{
"id": "4812640614",
"first_name": "John",
"last_name": "Doe",
"middle_name": "Donald",
"date_of_birth": "1996-02-21",
"gender": "M",
"is_first_name_match": true,
"is_last_name_match": true,
"is_middle_name_match": true,
"is_date_of_birth_match": true,
"is_gender_match": true
}
Last updated