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-Version
API version date string (e.g. 2026-02-01). If omitted, the version
pinned to your API key is used.
Key-Inflection
Response key casing. Defaults to snake.
Allowed values:
Query parameters
status
Filter by result status.
Allowed values:
created_after
Only results created after this ISO 8601 timestamp.
created_before
Only results created before this ISO 8601 timestamp.
limit
offset
Response
A paginated list of results.
data
pagination
Errors
401
Unauthorized Error