Skip to main content
GET
/
credit-notes
/
{creditNote}
/
pdf
Download credit note PDF
curl --request GET \
  --url https://app.fintoro.sk/api/public/v1/credit-notes/{creditNote}/pdf \
  --header 'Authorization: Bearer <token>'
"<string>"

Authorizations

Authorization
string
header
required

Bearer token created for a specific company in Integrations → API.

Path Parameters

creditNote
integer
required

Credit note ID.

Example:

351

Response

Credit note PDF export.

The response is of type file.