---
title: "Reply to review"
method: POST
path: "/v1/inbox/reviews/{reviewId}/reply"
tags: ["Reviews"]
---

# Reply to review

`POST /v1/inbox/reviews/{reviewId}/reply`

Post a reply to a review. Requires accountId in request body.

## Path parameters

- `reviewId` string, required

## Request body

- object
  - `accountId` string, required
  - `message` string, required

## Response `200`

Reply posted

- object
  - `status` string
  - `reply` object
    - `id` string
    - `text` string
    - `created` string, date-time
  - `platform` string

## Other responses

- `401` — Unauthorized
- `403` — Inbox addon required

---

[API](https://skmtc.net/zernio/apis/zernio-api.md) · [All operations](https://skmtc.net/zernio/apis/zernio-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zernio/zernio-api/revisions/51932b099b2f/schema)
