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-Version
API version date string (e.g. 2026-02-01). If omitted, the version
pinned to your API key is used.
Query parameters
action
Filter by event type (e.g. session.approved).
resource_type
Filter by resource type (e.g. session, identity).
resource_id
Filter by specific resource public ID.
created_after
Only events after this ISO 8601 timestamp.
created_before
Only events before this ISO 8601 timestamp.
q
Full-text search across actor, action, resource, and IP.
limit
offset
Response
Paginated list of audit events.
data
pagination
Errors
401
Unauthorized Error