Skip to main content
GET
/
products
/
{id}
/
pain-points
Get pain points
curl --request GET \
  --url https://app.reechee.io/api/v1/products/{id}/pain-points \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "data": {
    "product": {
      "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "name": "<string>",
      "logo_url": "<string>",
      "description": "<string>"
    },
    "themes": [
      {
        "category_name": "<string>",
        "quotes": [
          {
            "quote_text": "<string>",
            "platform": "<string>",
            "source_url": "<string>",
            "review_date": "<string>"
          }
        ],
        "trend": "trending",
        "total_mentions": 123,
        "business_impact": "<string>"
      }
    ],
    "total_themes": 123,
    "status": "<string>",
    "generated_at": "2023-11-07T05:31:56Z",
    "summary": "<string>"
  },
  "meta": {
    "upsell": "<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

Product id (uuid).

Response

The pain-points taste (anonymous) or full report (keyed).

success
boolean
required
data
object
required
meta
object