Retrieve detailed information for a specific invoice by its unique identifier. This endpoint returns comprehensive invoice data including line items, applied credits, totals, and billing period details for both finalized and draft invoices.
Invoice status (DRAFT, FINALIZED, VOID) Billing period start and end dates Total amount and amount due after credits Detailed line items broken down by:
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
If set, all zero quantity line items will be filtered out of the response
Success
The response is of type object
.