Skip to main content
WEBHOOK

Body

application/json
type
any
required
id
string<uuid>
required

Equal to the webhook-id HTTP header. Stable across retries — use for receiver-side deduplication.

timestamp
string<date-time>
required

Event time (when the business action happened), set once at publish and replayed on retries. NOT the dispatch time — that lives in the webhook-timestamp HTTP header and is recomputed per send.

data
object
required

Response

200

Receiver acknowledged.