ListDeals returns a paginated, filtered list of deals for the organisation.
GET/api/v1/crm/deals
Use DealFilters.outcome = "open" to list only pipeline deals, "won" or
"lost" for closed deals. Combine contact_id or account_id to scope to
a specific object's deals. Defaults to returning all deals (open + closed)
ordered by created_at DESC, 50 per page.
Request
Responses
- 200
- default
A successful response.
An unexpected error response.