Invoices
Get One Invoice
Retrieve a specific invoice by its ID.
GET
Use this endpoint to fetch detailed information for a specific invoice, including:
- Invoice number, status, and currency
- Associated contact and address
- Line items with product and tax details
- Payment and due information
Useful for building invoice detail views or auditing an individual invoice.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Response
200 - application/json
Invoice details
The response is of type object
.