v1

latestOpenAPI 3.1.02026-08-069158174.8 KB
Event Bridge

Ingest Event

Generic event ingestion endpoint.

Routes standardized events to the appropriate internal handler based on event_type. Supports idempotency via an optional idempotency_key.

post/events

Request body

event_typestring required

Event type, e.g. 'lead.created', 'invoice.created'

sourcestring

Event source identifier

idempotency_keystring nullable

Optional key to prevent duplicate processing

dataobject required

Event payload data

Response

Successful Response

event_idstring uuid required
event_typestring required
statusstring required
resultobject nullable
errorstring nullable