v52

latestOpenAPI 3.0.1AGPL-3.0raw.githubusercontent.com2026-08-01255473862.7 KB
Invoices

Get invoice PDF

Use when delivering an invoice PDF to the customer (e.g. email attachment or download). Use url=true for a presigned URL instead of binary. Use force_generate=true to regenerate and re-upload the PDF even if one already exists in S3.

get/invoices/{id}/pdf

Path parameters

idstring required

Invoice ID

Query parameters

urlboolean

Return presigned URL from s3 instead of PDF

force_generateboolean

Force regeneration of the PDF even if one already exists in S3 (default: false). Note: force_generate has no effect if invoice_pdf_url is already set on the invoice.

Response

OK