List deals
Deals
List deals
Returns a paginated list of deals/opportunities for the authenticated organization.
Note: The
amountfield is stored in cents with no decimals. The response includes anamount_displayobject for convenience:"amount": "5522699", "amount_display": { "formatted": "$55.23K", // Human-readable string "value": 55226.99, // Numeric value in dollars with cents as decimal "currency": "USD", "unit": "cents" // Unit of the raw amount field }
GET
List deals
Authorizations
API key for authentication. Obtain from your Operate dashboard.
Query Parameters
Maximum number of deals to return per page (1-100)
Required range:
1 <= x <= 100Examples:
10
25
50
Number of deals to skip for pagination. Use with limit to paginate through results.
Required range:
x >= 0Examples:
0
50
100
Response
200
Successful response