List checks

Returns a paginated list of checks for your organization.

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

check_typeenumOptional
Filter by check type.
statusenumOptional
Filter by status.
Allowed values:
has_matchbooleanOptional
Filter by whether the check has matches.
identity_idstringOptional
Filter by identity ID.
session_idstringOptional
Filter by session ID.
batch_idstringOptional
Filter by batch ID.
tagstringOptional
Filter by tag.
limitintegerOptional1-100Defaults to 50
offsetintegerOptional>=0Defaults to 0

Response

A list of checks.
datalist of objects
paginationobject

Errors

401
Unauthorized Error