Skip to main content
GET
Generate invoice PDF

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

Content-Type
string

Content-Type must be set to application/json.

Path Parameters

businessId
string<uuid>
required

The UUID of the business that owns the invoice.

invoiceId
string<uuid>
required

The UUID of the invoice to generate a PDF for.

Response

PDF generated successfully. Returns a presigned URL to download the PDF document.

data
object
required

A pre-signed URL to download a document.