Core
List Transactions
Search and list transactions with pagination and optional keyword filter.
GET
List Transactions
Headers
Bearer [access_token]
Query Parameters
Page size; must be between 1 and 100.
Page number (0-based); must be >= 0.
Search keyword. Performs a contains-style fuzzy match (first 15 characters only) against transaction name, property address, or the associated lead name; matching any one field is sufficient.
Optional. Restrict results to transactions belonging to this lead.
Optional. Filter by transaction type: Purchase, Listing, Lease, Other, or All to return every type in a single call. Case-insensitive. Defaults to Purchase when omitted.
Available options:
Purchase, Listing, Lease, Other, All