v1

latestOpenAPI 3.1.02026-07-26620219.6 KB

Create New Comment

Use this call to create a new comment on a published review by review_id. The review_id can be found using All Reviews.

post/v2/{account_id}/reviews/{review_id}/comment?access_token={access_token}

Path parameters

account_idstring required

Your account's API app key

review_idstring required

The review_id can be found using All Reviews

Query parameters

access_tokenstring required

Your Yotpo access token. Click here to learn how to generate one

Request body

contentstring required

The textual content of the comment. Each review can accept a maximum of one comment.

publicboolean

Pass a value of true to create a comment that is visible to all (default), or false to restrict comment visibility exclusively to the reviewer.

Response

200