Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Response
Success
The response is of type object
.
Retrieve a PDF version of a specific invoice by its unique identifier. This endpoint generates a professionally formatted invoice document suitable for sharing with customers, accounting teams, or for record-keeping purposes.
invoice_id
corresponds to an existing invoice for the specified customer_id
Content-Type: application/pdf
)Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Success
The response is of type object
.