List All Instant Verifications
Instant Verification
List All Instant Verifications
Retrieve a paginated list of all instant verification requests
GET
List All Instant Verifications
Description
The endpoint returns a paginated list of all instant verification requests. Use query parameters to filter results by status or creation date.Authentication
This endpoint requires API credentials to be provided in the request header:- X-Access-Client-ID (header)
- X-Access-Secret (header)
Query Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
status | string | No | Filter by verification status: pending, processing, completed, failed, partial |
created_after | datetime | No | Return verifications created after this ISO 8601 timestamp |
created_before | datetime | No | Return verifications created before this ISO 8601 timestamp |
Response
The endpoint returns a paginated response containing instant verification objects.| Field | Type | Description |
|---|---|---|
count | integer | Total number of matching verification records |
next | string | URL for the next page of results (null if no more pages) |
previous | string | URL for the previous page of results (null if on the first page) |
results | array | Array of Instant Verification objects |
Example Response
Related Endpoints
- Instant Verification object - Object attributes and data structure
- Create an instant verification - POST endpoint for creating a verification
- Retrieve an instant verification - GET endpoint for retrieving a verification
- Instant Verification webhooks - Webhook notifications for verification events