Pause a subscription
Pause an active subscription. Creates a SubscriptionPause record and optionally extends the subscription end date if a scheduled resume date is provided.
If scheduled_resume_at is provided, the subscription end date (ends_at) will be extended by the number of days between paused_at and scheduled_resume_at.
If scheduled_resume_at is not provided, the pause is open-ended and the extension will be calculated when the subscription is resumed based on the actual pause duration.
Documentation Index
Fetch the complete documentation index at: https://docs.salesbricks.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API key for authentication
Path Parameters
^([a-zA-Z\d\-]+)$Body
Input serializer for pausing a subscription.
When the pause starts (ISO 8601 datetime).
Optional scheduled resume date (ISO 8601 datetime). If provided, the subscription end date will be extended by the pause duration. If not provided, the pause is open-ended and extension happens at resume time. Note: If no scheduled_resume_at is provided and the subscription remains paused past its end date, the subscription will be terminated.
Optional reason for pausing the subscription.
Whether to send the customer a notification about the pause.
Response
Output serializer for pause subscription response.
ID of the subscription.
ID of the pause record.
When the pause started.
When the subscription is scheduled to automatically resume (set at pause time).
When the subscription was actually resumed (null if still paused).
Number of days the subscription end date was extended.
Whether the pause is currently active.