National Identity Number
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,
"message": "Information Validated",
"response_code": "00",
"data": {
"identity_type": "National ID",
"identity_number": "1010101010",
"identity_name": "John Doe Test",
"date_of_birth": "1990-10-10",
"gender": "Male",
"photo": "/9j/4AAQSkZJRgABAQAAAQABAAD/XbSLCfqoJfdEFJKzhjKVYUYcAmDAWp+kY2M0sV4JFla6UjTOF8t+PE6jSg9rf4Ra6hSeK5W0k2mgNApanMNd6UYuMKVgBsoNptgrJTBu7prG0PUEXtshooJ4s2pnnwWNPYL8i6mxMJzVn44NLTOuKM/sFfpTiChygFqbMVBae/DAPIKGx4O4YCMJHGQnMTbBTOyqgU51C67pkjWm3iz/wBBaiUzzOee5x8jRu/ss/X8158jBsu5P1MNY0uP9KaVN5p0h2AWT9VZ1LyLheF4yp6Macrgg2r/AN9eVIpU/qYPwS1qu9xcf7W/Rnzt/I+dp8ixXu1RHXFRjgQuV3Lcdcw6Nb9e3nf/2Q==",
"transaction_id": "",
"usr_password": "",
"place_of_birth": "Nairobi",
"place_of_live": "Westlands",
"date_of_issue": "2013-09-02",
"id_serial_number": "237890241",
"expiry_date": "2018-00-02"
}
}
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. |
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. |
Updated about 1 year ago