---
title: "Create New Comment"
method: POST
path: "/v2/{account_id}/reviews/{review_id}/comment?access_token={access_token}"
---

# Create New Comment

`POST /v2/{account_id}/reviews/{review_id}/comment?access_token={access_token}`

Use this call to create a new comment on a published review by `review_id`. The `review_id` can be found using [All Reviews](https://develop.yotpo.com/reference/all-reviews).

## Path parameters

- `account_id` string, required
- `review_id` string, required

## Query parameters

- `access_token` string, required

## Request body

- object
  - `content` string, required — The textual content of the comment. Each review can accept a maximum of one comment.
  - `public` boolean — 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`

200

## Other responses

- `400` — 400
- `401` — 401
- `404` — 404

---

[API](https://skmtc.net/yotpo/apis/app-developer-api.md) · [All operations](https://skmtc.net/yotpo/apis/app-developer-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/yotpo/app-developer-api/revisions/4effe7674a3b/schema)
