Request
[GET]
Header
| Header | Type | Description |
|---|---|---|
| AppId | string | Create an app to get your app ID on dashboard here |
| Authorization | string | Private/secret key. Use <key> not Bearer <key> |
Query parameter
| Parameter | Type | Description | Required |
|---|---|---|---|
| id_number | string | Zimbabwian National ID | required |
Sample response
Response
Response Fields
| Field | Type | Description |
|---|---|---|
| entity | object | Contains the verification response data |
| entity.person_no | string | Unique person number from the national registry |
| entity.status | string | Status code of the record (e.g., A for active) |
| entity.surname | string | Surname of the individual |
| entity.first_name | string | First name of the individual |
| entity.sex | string | Sex of the individual (M or F) |
| entity.date_of_birth | string | Date of birth in YYYY-MM-DD format |
| entity.date_of_death | string | Date of death in YYYY-MM-DD format, if applicable |
| entity.birth_place | string | Place of birth |