Retrieve an audit event

Returns a single audit event by its public ID.

Authentication

X-API-Keystring

Organization API key. Keys are prefixed with vk_live_ (production) or vk_sandbox_ (sandbox).

Path parameters

event_idstringRequired

Headers

Verifa-VersiondateOptional

API version date string (e.g. 2026-02-01). If omitted, the version pinned to your API key is used.

Response

Audit event details.
idstring
Event ID.
typestring
Event action type.
created_atdatetime
resource_typestring or null
Type of resource affected.
resource_idstring or null
Public ID of the affected resource.
actorstring or null
Email or API key identifier of the actor.
metadatamap from strings to any
Additional context about the event.
ip_addressstring or null
request_methodstring or null
request_pathstring or null
sequence_numinteger or null
Monotonic sequence number for ordering.

Errors

401
Unauthorized Error
404
Not Found Error