Update Subscription
Authentication
Path parameters
The unique identifier of the subscription to update (UUID).
Request
Set to true to pause delivery to this subscription, or false to resume. Disabled subscriptions will not receive events.
When re-enabling a subscription (disabled: false), optionally recover failed messages from this timestamp. Only applies when enabling.
Response
Unique identifier for this subscription (UUID format)
When this subscription was created (ISO 8601 format, UTC)
When this subscription was last updated (ISO 8601 format, UTC)
Optional human-readable description of this subscription
Recent delivery attempts for this subscription. Only included when fetching a single subscription via GET /subscriptions/{id}.
The signing secret for webhook signature verification. Only included when include_secret=true is passed to the API. Keep this secret secure.