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