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
Param | Type | String |
---|---|---|
app_key | String | The store ID |
Body params
Param | Type | String |
---|---|---|
domain_key | String | The 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.