Download invoice
Invoices
Download invoice
Download the PDF of an existing invoice, returned as a downloadable file. We recommend enabling redirect following in your HTTP client.
GET
Download invoice
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Query Parameters
Available options:
fr, en, de, it, nl, es, pt, pl Locale as a supported language code and an uppercase ISO 3166-1 alpha-2 country code, separated by a hyphen.
Pattern:
^(fr|en|de|it|nl|es|pt|pl)-[A-Z]{2}$Example:
"fr-FR"
Response
Download a draft or open invoice PDF file
The response is of type file.

