v1
latestOpenAPI 3.1.02026-07-26620219.6 KBBest Sentences
This endpoint automatically retrieves the very best sentences from your Yotpo reviews, so you can leverage the social proof of top customer testimonials at key conversion points throughout the buyer journey! You define the star-rating score, sentence length, and more!
post/v2/{account_id}/best_sentences?access_token={access_token}
Path parameters
account_idstring required
Your Yotpo 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
{
"review_sentences": [
{
"review_id": 47084341,
"sentence": "this web site is a great place to get very cute bracelets, necklaces, or rings!",
"external_product_id": "5420399557",
"topics": [
"necklace"
]
}
]
}