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

Authorizations

Authorization
string
header
required

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

Path Parameters

invoice
integer
required

Invoice ID.

Example:

301

Response

Invoice PDF export.

The response is of type file.