Retrieve an invoice item
Invoice Items API
Retrieve an invoice item
Retrieve a single invoice item by id.
The item may be invoiced (invoice_id set, tax and tax_rate populated) or pending (invoice_id, tax, and tax_rate are null).
GET
Retrieve an invoice item
Authorizations
Basic Authentication using API key and secrets is currently the main authentication mechanism.
Path Parameters
The id of the invoice item.
Response
OK
Retrieve invoice item
A single billable line on an invoice (or a pending, not-yet-invoiced item).