POST /api/v1/events
Ingest a single event into your workspace audit log. Returns202 Accepted with a pre-generated UUID.
Request Body
Identifier of the actor who performed the action.
Human-readable name of the actor.
Type of actor (e.g.
user, system, api_client).The action performed, typically in
resource.verb format.Category for grouping actions (e.g.
documents, billing).Identifier of the primary resource affected.
Human-readable name of the resource.
Resource type (e.g.
document, invoice).Arbitrary JSON object for additional context.
Array of target objects. Each target has
type (required), id, name, and optional metadata.ISO 8601 timestamp of when the event occurred. Defaults to server time.
Session identifier for grouping related events.
Tenant identifier for multi-tenant isolation.
Unique key for deduplication. If a duplicate is detected, returns the original event ID with status
duplicate.Schema version number for the event.
Response
Returns202 Accepted:
idempotency_key is detected: