cURL
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>" }
Returns a signed URL to the order form PDF for the subscription.
API key for authentication
Set to '1' or 'true' to force download with Content-Disposition header. Otherwise, the PDF will be displayed inline in the browser.
1
True
true
Subscription order form PDF serializer.
The unique identifier for the subscription
The URL to the order form PDF. Expires in 1 hour.