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