Skip to main content
WEBHOOK

Authorizations

svix-signature
string
header
required

Every delivery is signed. Verify svix-signature against the endpoint's signing secret, together with the svix-id and svix-timestamp headers, before trusting the body.

Body

application/json

A pause was scheduled for a future date. Not enabled by default — contact us to turn it on.

data
object
required
timestamp
string<date-time>
required

When the event occurred, RFC 3339

Example:

"2026-03-01T10:00:00Z"

type
enum<string>
required

Event type

Available options:
subscription.pause_scheduled

Response

2XX

Acknowledged. Any other status, a timeout, or a connection error is retried.