Skip to content

Download invoice PDF

GET
/invoices/{id}/pdf

Downloads the PDF file for a specific invoice. Requires authentication; only returns documents belonging to the authenticated user.

id
required
integer

Invoice ID

Invoice PDF file

Media type application/pdf
string format: binary

Client ID or API key isn’t active or invalid!

Account isn’t activated. Please wait or contact to support!

Resource not found

IP address was temporary blocked, because during short time from it was sent many request with invalid credentials. Please wait and try later.

Code Samples

curl -s 'https://api.lox24.eu/invoices/34101/pdf' -H 'X-LOX24-AUTH-TOKEN: YOUR_API_TOKEN' --output invoice.pdf