cURL
curl --request POST \ --url https://api.salesbricks.com/api/v2/subscriptions/{subscription_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 open order.
API key for authentication
The ID of the subscription
Successfully retrieved sign URL
The response is of type object.
object