Get subscription signed order form pdf
curl --request GET \
  --url https://api.salesbricks.com/api/v2/subscriptions/{subscription_id}/pdf \
  --header 'X-SALESBRICKS-KEY: <api-key>'
{
  "subscription_id": "<string>",
  "url": "<string>"
}

Authorizations

X-SALESBRICKS-KEY
string
header
required

API key for authentication

Path Parameters

subscription_id
string
required

Query Parameters

download
enum<string>

Set to '1' or 'true' to force download with Content-Disposition header.

Available options:
1,
True,
true

Response

200
application/json

The response is of type object.