Skip to main content
WEBHOOK

Body

application/json

Sent when a subscription is updated. This event fires for all changes to the subscription, including renewals.

If you want more specific events, you can listen to subscription.active, subscription.canceled, subscription.past_due, and subscription.revoked.

To listen specifically for renewals, listen to subscription.cycled.

Discord & Slack support: On cancellation, past due, and revocation. Renewals are skipped.

type
string
required
Allowed value: "subscription.updated"
Example:

"subscription.updated"

timestamp
string<date-time>
required
Example:

"2026-01-01T00:00:00.000000Z"

api_version
string
required
data
Subscription · object
required

Response

Successful Response