Skip to main content
POST
Pause subscription

Authorizations

Authorization
string
header
required

Bearer token authentication

Path Parameters

token
string
required

Subscription token

Query Parameters

next_bill_date
string<date>

Date to resume billing (defines a fixed pause window). Mutually exclusive with number_of_orders.

number_of_orders
integer

Number of orders to skip before resuming. Mutually exclusive with next_bill_date.

Response

Success

Single subscription with associations

subscription
object
required

Subscription rendered by SubscriptionBlueprinter

meta
object