Skip to main content
Start subscription recast
curl --request POST \
  --url https://api.salesbricks.com/api/v2/subscriptions/{subscription_id}/recast/{order_id}/start \
  --header 'X-SALESBRICKS-KEY: <api-key>'
"<any>"

Authorizations

X-SALESBRICKS-KEY
string
header
required

API key for authentication

Path Parameters

order_id
string
required
subscription_id
string
required

Query Parameters

charge_immediately
enum<string>

Whether to attempt an immediate charge for the recast order.

Available options:
no,
yes

Response

Subscription recast started successfully