Skip to main content
POST
Receive a signed Svix event

Headers

svix-id
string
required

Svix message identifier (used for deduplication and signature binding).

svix-timestamp
string
required

Unix timestamp of the Svix delivery (used for replay protection).

svix-signature
string
required

Space-separated list of Svix signatures (v1 scheme).

Path Parameters

fleet_id
string<uuid>
required

UUIDv7 of the fleet receiving the webhook.

Body

application/json

Opaque event envelope; upstream issuer (Svix) defines the payload shape per event type.

Response

Duplicate event or event ignored because the fleet is paused.

status
string
Allowed value: "duplicate"
ignored
string

Reason the event was ignored (e.g. fleet_paused).