v1

latestOpenAPI 3.1.02026-07-24450175.9 KB

GovChecks: Kenya IPRS

Validate an individual's national identity card against the Kenyan Integrated Population Registration System

post/ke/iprs

Request body

documentNumberstring required

Document number from a Kenyan national ID card

firstNamestring required

First Name from a Kenyan National ID

lastNamestring required

Last Name from a Kenyan National ID

callbackUrlstring required

Response

200

OR
OR

Example response

{
  "data": {
    "dateOfBirth": "22-09-1964",
    "documentNumber": "0000000",
    "givenNames": "JOHN",
    "lastName": "DOE",
    "fullName": "JOHN DOE",
    "gender": "F"
  }
}