cURL
curl --request POST \ --url https://api.salesbricks.com/api/v2/subscriptions/{subscription_id}/upgrade/{order_id}/sign \ --header 'Content-Type: application/json' \ --header 'X-SALESBRICKS-KEY: <api-key>' \ --data ' { "redirect_url": "<string>" } '
{ "url": "<string>" }
Get a URL for signing a subscription’s upgrade open order.
API key for authentication
The ID of the upgrade order
The ID of the subscription
URL to redirect to after signing
Subscription sign URL output serializer.
URL for signing the subscription