Retrieve a list of transactions for the authenticated organization. You can optionally filter by transaction type (e.g., inflow, outflow), date range, and entity.
type
– Filter by transaction type: inflow
or outflow
start_date
/ end_date
– Filter by transaction date range (ISO 8601 format)entity_id
– Filter transactions belonging to a specific entitylimit
– Max number of records to return (default: 50)offset
– Pagination offset (default: 0)Transaction
objects, each including line items, tax information, source integration, and associated metadata.Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Filter by transaction type: inflow or outflow
inflow
, outflow
Maximum number of transactions to return
List of transactions
The response is of type object[]
.