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
^([a-zA-Z\d\-]+)$
Set to '1' or 'true' to force download with Content-Disposition header.
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.