National ID
National ID Lookup endpoint gives all the details about a user in Kenya including their full name, date of birth, gender among other things.
Request:
{
"template_id" : "{{YOUR_TEMPLATE_ID}}",
"user_data": {
"last_name": "{{User_Last_Name}}",
"identity": {
"identity_country_code": "KE",
"identity_number_type": "NATIONAL_ID",
"identity_number": "{{Valid_National_ID_Number}}"
}
}
}
Updated 5 months ago