National ID Advance
Verify National Identity Number
In Kenya, the national identity number plays a crucial role in establishing an individual's identity and citizenship. To streamline the process of verifying national identity numbers, an endpoint has been developed, providing a convenient solution.
This endpoint serves as a gateway to verify the authenticity and validity of national identity numbers in Kenya. By accessing this endpoint, users can input a national identity number and obtain instant verification results.
TEST DATA
number: 1010101010
POST
{{URL}}/identitypass/verification/ke/national_id
Request Header
Key | Description |
---|---|
x-api-key | Your Secret Key |
app-id | Your app id |
Request Body
Key | Description |
---|---|
number | National ID |
Sample Response
{
"status": true,
"detail": "Verification successful",
"response_code": "00",
"data": {
"citizenship": "KENYAN",
"clan": null,
"date_of_birth": "1001-07-28",
"date_of_death": null,
"date_of_issue": null,
"dob": "1001-07-28",
"dod": null,
"error_occured": false,
"ethnic_group": null,
"family": null,
"fingerprint": null,
"first_name": "test",
"gender": "F",
"id_number": "28200002",
"identity_number": "2800002",
"identity_type": "001",
"last_name": "Test",
"message": null,
"occupation": null,
"other_name": "Test",
"photo": null,
"place_of_birth": null,
"place_of_death": null,
"place_of_live": null,
"regoffice": null,
"serial_number": null,
"signature": null,
"surname": "Test"
},
"verification": {
"status": "VERIFIED",
"reference": "2eb008cb-b489-4d28-a9e4-7b21e89b2a99"
},
"widget_info": {},
"session": {},
"endpoint_name": "National Identity Number"
}
Response Description
Response | Description |
---|---|
status | Indicates that the request was successful. |
message | Contains the message or information related to the request. |
response_code | Represents the response code. |
data | It is a string that contains some encrypted or encoded data related to the verification. |
identity_type | The type of identity document. |
identity_number | The unique number of the identity document. |
identity_name | The name of the person to whom the identity document belongs. |
date_of_birth | The date of birth of the person to whom the identity document belongs. |
date_of_dirth | The date of death of the person to whom the identity document belongs if dead. |
gender | The gender of the person to whom the identity document belongs. |
photo | A photo of the person to whom the identity document belongs. |
transaction_id | A unique identifier for the transaction that resulted in the issuance of the identity document. |
usr_password | The password for the account associated with the identity document. |
place_of_birth | The place of birth of the person to whom the identity document belongs. |
place_of_live | The current place of residence of the person to whom the identity document belongs. |
date_of_issue | The date on which the identity document was issued. |
id_serial_number | The serial number of the identity document. |
expiry_date | The date on which the identity document expires. |
citizenship | Users citizenship |
clan | user's clan |
surname | user's surname |
signature | user's signature |
reg office | registraion office |
other_name | user's name |
last_name | user's last name |
occupation | user's occupation |
fingerprint | user's finger print |
family | User's family |
ethnic_group | user's ethnic group |
date_of_birth | date of birth of user |
date_of_death | date of death of user if dead |
Updated 3 months ago