Skip to main content
GET
/
api
/
opportunities
List Opportunities Endpoint
curl --request GET \
  --url https://api.example.com/api/opportunities
{
  "opportunities": [
    {
      "company": "<string>",
      "contact_name": "<string>",
      "created_at": "<string>",
      "id": "<string>",
      "role_title": "<string>",
      "status": "interested",
      "updated_at": "<string>",
      "contact_linkedin": "<string>",
      "follow_up_date": "<string>",
      "location": "<string>",
      "notes": "<string>"
    }
  ],
  "total": 123
}

Query Parameters

status
string | null

Response

Successful Response

Response wrapper for list endpoint.

opportunities
OpportunitySummary · object[]
required
total
integer
required