Downloads the PDF export of the order as an attachment (application/pdf). You can also find this endpoint URL in the pdfDownloadUrl field returned by the order detail response.
application/pdf
pdfDownloadUrl
cURL
curl --request GET \ --url https://app.fintoro.sk/api/public/v1/orders/{order}/pdf \ --header 'Authorization: Bearer <token>'
"<string>"
Bearer token created for a specific company in Integrations → API.
Order ID.
501
Order PDF export.
The response is of type file.
file