Retrieve a list of transactions for the authenticated organization. You can optionally filter by transaction type (e.g., inflow, outflow), date range, and entity.
Returns a paginated list of transactions. This endpoint is useful for analytics, dashboards, and reconciliation processes. Query Parameters:Documentation Index
Fetch the complete documentation index at: https://docs.antei.com/llms.txt
Use this file to discover all available pages before exploring further.
type – Filter by transaction type: inflow or outflowstart_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
Unique identifier for the transaction
Direction of the transaction
inflow, outflow Transaction amount
Currency code (e.g., USD, EUR)
Time of transaction
Optional description of the transaction