List your pipeline deals (cursor-paginated)
GET
/dealsRequires scope: read:accounts
Parameters
| Parameter | In | Type | Description |
|---|---|---|---|
store_id | query | string | |
stage | query | "contacted" | "replied" | "call_booked" | "proposal" | "won" | "lost" | |
limit | query | integer | |
cursor | query | string |
Responses
| Status | Description |
|---|---|
200 | A page of deals |
401 | Missing or invalid API key |
403 | Key lacks the required scope |
429 | Rate limit exceeded (see Retry-After) |
Is this page helpful?