List verification results

Returns a paginated list of verification results for your organization. Use filters to query by status or date range — e.g. “all approved results this month”.

Results are scoped to the API key’s environment (sandbox keys see only sandbox results).

PII is not included in the list response. Use the single-result endpoint to retrieve extracted data.

Authentication

X-API-Keystring

Organization API key. Keys are prefixed with vk_live_ (production) or vk_sandbox_ (sandbox).

Headers

Verifa-VersiondateOptional

API version date string (e.g. 2026-02-01). If omitted, the version pinned to your API key is used.

Key-InflectionenumOptionalDefaults to snake

Response key casing. Defaults to snake.

Allowed values:

Query parameters

statusenumOptional
Filter by result status.
Allowed values:
created_afterdatetimeOptional
Only results created after this ISO 8601 timestamp.
created_beforedatetimeOptional
Only results created before this ISO 8601 timestamp.
limitintegerOptional1-100Defaults to 50
offsetintegerOptional>=0Defaults to 0

Response

A paginated list of results.
datalist of objects
paginationobject

Errors

401
Unauthorized Error