Skip to main content
POST
Resume a paused subscription

Authorizations

X-SALESBRICKS-KEY
string
header
required

API key for authentication

Path Parameters

subscription_id
string
required
Pattern: ^([a-zA-Z\d\-]+)$

Body

Input serializer for resuming a paused subscription.

should_notify_customer
boolean
default:false

Whether to notify the customer about the subscription resumption.

Response

Output serializer for resume subscription response.

subscription_id
string<uuid>
required

ID of the subscription.

pause_id
string<uuid>
required

ID of the pause record.

paused_at
string<date-time>
required

When the pause started.

scheduled_resume_at
string<date-time> | null
required

When the subscription is scheduled to automatically resume (set at pause time).

resumed_at
string<date-time> | null
required

When the subscription was actually resumed (null if still paused).

pause_duration_days
integer
required

Actual number of days the subscription was paused.

ends_at
string<date>
required

The subscription end date (adjusted based on pause duration).