Top mentioned topics

Retrieves top mentioned topics for a given product by product ID (domain_key). These topics are displayed as smart filters within your reviews widget.

POST | https://api-cdn.yotpo.com/v1/topic/app_key/topics.json

{
    "domain_key": "95035719697"
}
{
    "status": {
        "code": 200,
        "message": "OK"
    },
    "response": {
        "top_topics": {
            "top_mention_topics": [
                {
                    "name": "bra"
                },
                {
                    "name": "fit"
                },
                {
                    "name": "straps"
                },
                {
                    "name": "style"
                },
                {
                    "name": "feel"
                },
                {
                    "name": "comfort"
                }
            ]
        }
    }
}
{}

Path params

ParamTypeString
app_keyStringThe store ID

Body params

ParamTypeString
domain_keyStringThe unique product identifier (Product ID)

👍

How to use this endpoint

  • Requests for this endpoint are limited to 30,000 requests/minute, per IP address.
  • Data is retrieved with a delay of 3 hours.