cURL
curl --request GET \ --url https://api.salesbricks.com/api/v2/subscriptions/{subscription_id}/upgrade/{order_id}/checkout \ --header 'X-SALESBRICKS-KEY: <api-key>'
{ "url": "<string>" }
Retrieves the checkout URL for a subscription’s upgrade open order.
API key for authentication
The ID of the upgrade order
The ID of the subscription
Subscription checkout URL output serializer.
URL for the subscription checkout page