Generate invoice PDF
Invoices
Generate invoice PDF
Generates a PDF document for the specified invoice and returns a presigned URL to download the PDF.
GET
Generate invoice PDF
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
Content-Type must be set to application/json.
Path Parameters
The UUID of the business that owns the invoice.
The UUID of the invoice to generate a PDF for.
Response
PDF generated successfully. Returns a presigned URL to download the PDF document.
A pre-signed URL to download a document.