Transactions
Get All Transactions
Retrieve a list of transactions for the authenticated organization. You can optionally filter by transaction type (e.g., inflow, outflow), date range, and entity.
GET
Returns a paginated list of transactions. This endpoint is useful for analytics, dashboards, and reconciliation processes.
Query Parameters:
type
– Filter by transaction type:inflow
oroutflow
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)
Response:
Returns an array of Transaction
objects, each including line items, tax information, source integration, and associated metadata.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
Filter by transaction type: inflow or outflow
Available options:
inflow
, outflow
Maximum number of transactions to return
Response
200
application/json
List of transactions
The response is of type object[]
.