List Verification History
Retrieve a paginated list of all verification requests.Headers
| Header | Required | Description |
|---|---|---|
x-api-key | Yes | Your API key |
Query parameters
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
pageNumber | integer | No | 1 | Page number |
pageSize | integer | No | 20 | Records per page |
verificationType | string | No | — | Filter by type (e.g., bvn, nin, cac-basic) |
status | string | No | — | Filter by status |
startDate | datetime | No | — | Filter from date |
endDate | datetime | No | — | Filter to date |
Request example
Response
Get Verification by ID
Retrieve the full details and result of a specific verification.Path parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
id | integer | Yes | The verification ID |