List deals
Returns a paginated list of deals. Supports cursor pagination, full-text search, structured filters (pipeline, stage, client, owner, status, tags, dates), and sorting. Results respect the API key user’s ownership permissions. See the Listing & filters guide for filter syntax.
Authorizations
API key for authentication. Get yours at app.heffl.com/settings/developers
Query Parameters
Cursor for pagination. Pass the previous response meta.nextCursor value to fetch the next page.
Number of items to return per page (max 100)
1 <= x <= 100Search by deal title, number, or client name
Field to sort results by
createdAt, position, expectedCloseDate, price Sort direction
asc, desc Structured filters. Each key is a filter field with operator and values. Option fields use string IDs; date fields use ISO 8601 date-time strings. See the Listing & filters guide.