Resume a paused subscription
Resume a paused subscription. The resume date is automatically set to today in the subscription’s timezone. This will adjust the subscription end date based on actual pause duration.
- If resumed early (before scheduled
scheduled_resume_at): reducesends_atby unused days - If resumed on schedule: no change to
ends_at
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 resuming a paused subscription.
Whether to notify the customer about the subscription resumption.
Response
Output serializer for resume 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).
Actual number of days the subscription was paused.
The subscription end date (adjusted based on pause duration).