List audit events

Returns audit events for the authenticated organization with optional filters for action type, resource, date range, and full-text search.

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.

Query parameters

actionstringOptional

Filter by event type (e.g. session.approved).

resource_typestringOptional

Filter by resource type (e.g. session, identity).

resource_idstringOptional
Filter by specific resource public ID.
created_afterdatetimeOptional
Only events after this ISO 8601 timestamp.
created_beforedatetimeOptional
Only events before this ISO 8601 timestamp.
qstringOptional

Full-text search across actor, action, resource, and IP.

limitintegerOptional1-100Defaults to 50
offsetintegerOptional>=0Defaults to 0

Response

Paginated list of audit events.
datalist of objects
paginationobject

Errors

401
Unauthorized Error