v1
latestOpenAPI 3.1.02026-07-26620219.6 KBBest Reviews
Leveraging Yotpo's Insights engine, 'Best reviews' are identified, parsed, and extracted based on the number of distinct positive topics and opinions within your reviews. You can define the minimum star-rating score, topics, sentence length, and more. Please note: this endpoint supports English reviews only. For reviews in other languages, you can use the "top reviews" endpoint.
post/v2/{account_id}/best_reviews?access_token={access_token}
Path parameters
account_idstring required
Your account's API app key.
Query parameters
access_tokenstring required
Your Yotpo access_token. Click here to learn how to generate one
Request body
Response
200
Example response
{
"status": {
"code": 200,
"message": "OK"
},
"best_review": {
"best_reviews": [
{
"review_id": "46388102",
"external_product_id": "54588",
"topics": [
"adore"
]
}
]
}
}