List identities
Returns a paginated list of verified identities for your organization.
Identities aggregate verification sessions for the same individual.
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 identity status.
q
Search by external reference.
include_archived
Include archived identities in results.
limit
Maximum number of identities to return.
offset
Number of identities to skip.
page[after]
Cursor for forward pagination. When provided, uses cursor-based pagination instead of offset.
page[before]
Cursor for backward pagination.
page[size]
Page size for cursor pagination.
Response
A list of identities.
data
pagination
Errors
401
Unauthorized Error
429
Too Many Requests Error