API Docs / Operations / Accounting / Download Invoice PDF

Download Invoice PDF

GET /tenants/{tenant}/accounting/invoices/{invoiceId}/pdf

Downloads the PDF for an invoice from the accounting platform. Only available when IsPdfAvailable is true on the invoice. Use the optional 'disposition' parameter: 'attachment' (default) prompts a file download, 'inline' displays the PDF in the browser.

Parameters

NameTypeDescription
tenant* path string

The Tenant.Code

The Tenant.Code

disposition query string
invoiceId* path string

Responses

200 OK
400 Bad Request
401 Unauthorized – Invalid or missing API key
404 Not Found

Try it