Skip to main content
GET
/
opportunities
/
{id}
Get an opportunity
curl --request GET \
  --url https://app.reechee.io/api/v1/opportunities/{id} \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "data": {
    "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "is_viewed": true,
    "buying_committee": {
      "is_revealed": true,
      "members": [
        {}
      ]
    },
    "status": "<string>",
    "created_at": "2023-11-07T05:31:56Z",
    "is_committee_revealed": true,
    "is_reviewer_revealed": true,
    "is_reviewer_email_revealed": true,
    "is_reviewer_phone_revealed": true,
    "reviewer_email": "<string>",
    "reviewer_phone": "<string>",
    "reviewer_email_source": "<string>",
    "reviewer_phone_source": "<string>",
    "review": {
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "platform": "<string>",
      "reviewer_name": "<string>",
      "reviewer_title": "<string>",
      "reviewer_company": "<string>",
      "reviewer_company_logo": "<string>",
      "rating": 123,
      "review_url": "<string>",
      "linkedin_lead_url": "<string>",
      "linkedin_company_url": "<string>",
      "published_at": "2023-11-07T05:31:56Z",
      "company_industry": "<string>",
      "company_size": "<string>",
      "company_country": "<string>",
      "company_description": "<string>",
      "company_website": "<string>",
      "enriched_company_name": "<string>",
      "enriched_company_logo": "<string>",
      "enriched_company_industry": "<string>",
      "enriched_company_size": "<string>",
      "enriched_company_country": "<string>",
      "enriched_company_website": "<string>",
      "enriched_company_linkedin": "<string>",
      "enriched_reviewer_name": "<string>",
      "enriched_reviewer_title": "<string>",
      "enriched_reviewer_linkedin": "<string>",
      "enriched_reviewer_city": "<string>",
      "enriched_reviewer_country": "<string>",
      "pain_points_analysis": {},
      "product": {
        "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
        "name": "<string>",
        "logo_url": "<string>"
      }
    }
  }
}

Authorizations

Authorization
string
header
required

A paid-team API key, sent as Authorization: Bearer rch_live_…. Create and revoke keys in the app under Settings → API keys.

Path Parameters

id
string<uuid>
required

Opportunity id (uuid).

Response

The opportunity detail (gated fields redacted unless unlocked).

success
boolean
required
data
object
required