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 |
|---|---|---|---|
| nin * | string | National ID Number (NIN) | required |
| first_name | string | The first name of the document holder | optional |
| last_name | string | The last name of the document holder | optional |
Sample response
Response
Response Fields
| Field | Type | Description |
|---|---|---|
| entity | object | Contains the verification response data |
| entity.id_number | string | National ID Number (NIN) of the individual |
| entity.first_name | string | First name of the individual |
| entity.last_name | string | Last name of the individual |
| entity.middle_name | string | Middle name of the individual |
| entity.date_of_birth | string | Date of birth in YYYY-MM-DD format |