Headers
Value must be 'Bearer <token>' where <token> is an API key prefixed with 'bc_' or a JWT token.
"Bearer bc_1234567890abcdef"
Required if Authorization is a JWT token. The organization ID to operate within.
Path Parameters
The item id
Response
The item associated invoices transactions have been successfully retrieved.
The unique identifier of the invoice.
123
The invoice number.
"INV-2024-001"
The reference number of the invoice.
"REF-2024-001"
The date of the invoice.
"2024-06-01"
The formatted date of the invoice.
"01/06/2024"
The amount of the invoice item.
1000
The formatted amount of the invoice item.
"$1,000.00"
The quantity of the item in the invoice.
5
The formatted quantity of the item in the invoice.
"5"
The rate of the item in the invoice.
200
The formatted rate of the item in the invoice.
"$200.00"
The display name of the customer.
"Acme Corp"
The currency code of the customer.
"USD"