Invoices
Render an invoice PDF
Renders the invoice as a PDF and streams the bytes inline (Content-Disposition: inline). POST because it re-renders on every call; nothing is persisted.
post/v1/invoices/{id}/pdf
Path parameters
idstring required
Invoice ID
Response
The rendered PDF bytes, streamed inline
Changes
No recorded changes to this endpoint across all 1 revision of this API.