v1
latestOpenAPI 3.1.02026-07-2342714.6 KBIngest a single CloudEvent
Accepts one CloudEvent, validates its schema, and enqueues it for durable publication to Kafka.
Returns 202 Accepted the moment the event lands in the in-process queue — Kafka and Postgres latency are fully hidden from the caller. Delivery from there is at-least-once with idempotent inserts on (id, occurred_at), so replays after a crash never produce duplicate rows in the audit store.
post/v1/auditmanager/events
Request body
Response
Event accepted into the ingest queue. The id you submitted is echoed back.