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

Authorizations

Authorization
string
header
required

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

Path Parameters

order
integer
required

Order ID.

Example:

501

Response

Order PDF export.

The response is of type file.