cURL
curl --request PATCH \ --url https://api.smokeball.com/subscriptions/{subscriptionId}/tiers/{id} \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json-patch+json' \ --header 'x-api-key: <api-key>' \ --data '{ "promotionId": "<string>", "interval": "Monthly", "reason": "<string>" }'
This response does not have an example.
Changes a subscription’s product tier to the specified tier.
Important considerations:
The unique identifier of the subscription to update
The identifier of the target product tier
Successfully switched the product tier