Get subscription sign URL
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>"
}

Authorizations

X-SALESBRICKS-KEY
string
header
required

API key for authentication

Path Parameters

subscription_id
string
required

The ID of the subscription

Body

application/json

Response

200 - application/json

Successfully retrieved sign URL

The response is of type object.