Request
[POST]
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> |
Body parameter
| Parameter | Type | Description | Required |
|---|---|---|---|
| first_name | string | First name of Individual | required |
| last_name | string | Last name of Individual | required |
| middle_name | string | Middle name of Individual | optional |
| dob | string | Date of Birth of Individual in this format (yyyy-mm-dd) | optional |
| gender | string | Gender of Individual | optional |
| mobile | string | Active Mobile Number of Individual | required |
| street | string | House number, Street name | required |
| landmark | string | Closest landmark to the street | optional |
| lga | string | LGA | required |
| state | string | State | required |
Sample response
Response
Response Fields
| Field | Type | Description |
|---|---|---|
| entity | object | Contains the response data |
| entity.status | string | Verification request status. Values: pending (verification in progress), completed (verification finished), failed (verification could not be completed) |
| entity.reference_id | string | Unique reference ID for tracking this verification request. Use this ID to fetch verification results later |