Get All Transactions
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
Get All Transactions
Returns a paginated list of transactions. This endpoint is useful for analytics, dashboards, and reconciliation processes.
Query Parameters:
type– Filter by transaction type:infloworoutflowstart_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.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
List of transactions
Unique identifier for the transaction
Direction of the transaction
Available options:
inflow, outflow Transaction amount
Currency code (e.g., USD, EUR)
Time of transaction
Optional description of the transaction