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 }
API key for authentication. Obtain from your Operate dashboard.
Maximum number of deals to return per page (1-100)
1 <= x <= 10010
25
50
Number of deals to skip for pagination. Use with limit to paginate through results.
x >= 00
50
100
Successful response