Skip to main content
GET
/
crm
/
opportunities
List Opportunities
curl --request GET \
  --url https://api.getoutbox.ai/crm/opportunities/ \
  --header 'Authorization: Bearer <token>'
{
  "results": [
    {}
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

contact_id
string<uuid>
pipeline_id
string<uuid>

Case-insensitive partial match on opportunity name.

stage_id
string<uuid>
status
enum<string>
Available options:
lost,
open,
won

Response

200 - application/json
results
object[]
required

Opportunity rows including pipeline, stage, contact, score, value, status, notes, timestamps.