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 * | string | The Voter Number, Application ID, or National ID Number (NIN) | required |
| first_name * | string | The first name of the document holder | required |
| last_name * | string | The last name of the document holder | required |
Sample response
Response
Response Fields
| Field | Type | Description |
|---|---|---|
| entity | object | Contains the verification response data |
| entity.voter_number | string | Unique voter registration number |
| entity.first_name | string | First name of the voter |
| entity.last_name | string | Last name of the voter |
| entity.gender | string | Gender of the voter (e.g., M or F) |
| entity.village | string | Village where the voter is registered |
| entity.district | string | District where the voter is registered |
| entity.constituency | string | Electoral constituency and polling location |
| entity.sub_county | string | Sub-county of the voterβs registration |
| entity.parish | string | Parish of the voterβs registration |
| entity.polling_station | string | Assigned polling station ward |
| entity.is_first_name_match | boolean | Whether the provided first name matches the registered name |
| entity.is_last_name_match | boolean | Whether the provided last name matches the registered name |