Download invoice PDF
Downloads an invoice as a PDF. Can be accessed with an invoice ID (requires team file key via fk query parameter) or invoice token (public access).
Query parameters
Invoice ID (UUID). Requires team file key (fk) query parameter for authentication.
Invoice ID (UUID). Requires team file key (fk) query parameter for authentication.
Team file key for authenticated invoice access. Required when using invoice ID. This key is returned in the user data response (GET /users/me) as the fileKey field.
Team file key for authenticated invoice access. Required when using invoice ID. This key is returned in the user data response (GET /users/me) as the fileKey field.
Invoice access token for public access. When used alone (without id), allows public access to the invoice.
Invoice access token for public access. When used alone (without id), allows public access to the invoice.
If true, the PDF will be displayed inline. If false, it will be downloaded.
If true, the PDF will be displayed inline. If false, it will be downloaded.
Type of document to download. Use 'receipt' to download a receipt for paid invoices.
Type of document to download. Use 'receipt' to download a receipt for paid invoices.
Response
Invoice PDF