---
title: "GovChecks: Kenya IPRS"
method: POST
path: "/ke/iprs"
---

# GovChecks: Kenya IPRS

`POST /ke/iprs`

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

## Request body

- object
  - `documentNumber` string, required — Document number from a Kenyan national ID card
  - `firstName` string, required — First Name from a Kenyan National ID
  - `lastName` string, required — Last Name from a Kenyan National ID
  - `callbackUrl` string, required

## Response `200`

200

- union
  - object
    - `error` unknown
    - `data` object
      - `dateOfBirth` string
      - `documentNumber` string
      - `givenNames` string
      - `lastName` string
      - `fullName` string
      - `gender` string
  - object
    - `data` unknown
    - `error` object
      - `type` string
      - `code` string
      - `message` string
  - object
    - `data` unknown
    - `error` object
      - `type` string
      - `code` string
      - `message` string

---

[API](https://skmtc.net/metamap/apis/get-authorization-token.md) · [All operations](https://skmtc.net/metamap/apis/get-authorization-token/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/metamap/get-authorization-token/versions/ffdfcfeffe2a/schema)
