Skip to main content
POST
Send an event

Headers

X-Idempotency-Key
string

A unique key for this event. A second event with the same key in the same project is not stored.

Maximum string length: 255
Example:

"order_9311_paid"

X-Webhook-Signature
string

Required when signing is on for the source. sha256= and the hex HMAC-SHA256 of the raw body.

Example:

"sha256=5d41402abc4b2a76b9719d911017c592"

Path Parameters

sourceId
string
required

The source ID. The default source of a project has the project ID.

Example:

"2mJ8kQ4vXw9aB3cD5eF7gH1iK0L"

Body

application/json

The body is of type object.

Response

Accepted, buffered or duplicate.

status
string
Allowed value: "accepted"
callback_id
integer

The event ID.

enqueued
integer

Destinations that got a delivery.