---
title: "Reply to a review"
method: POST
path: "/v1/accounts/{accountId}/gmb-reviews/{reviewId}/reply"
tags: ["GMB Reviews"]
---

# Reply to a review

`POST /v1/accounts/{accountId}/gmb-reviews/{reviewId}/reply`

Posts (or updates) the business owner reply to a Google Business review.
The reply is associated with the account's currently selected location (set via /v1/accounts/{accountId}/gmb-locations).
Calling this endpoint a second time on the same review overwrites the previous reply (PUT semantics on Google's side).

## Path parameters

- `accountId` string, required
- `reviewId` string, required

## Request body

- object
  - `comment` string, required — The reply text to post on the review. Must be non-empty.

## Response `200`

Reply posted successfully

- object
  - `success` boolean
  - `reviewId` string
  - `platform` string

## Other responses

- `400` — Invalid request, missing comment, non-GBP account, or account missing location metadata
- `401` — Unauthorized or token invalid (account must be reconnected)
- `404` — Resource not found
- `500` — Failed to post reply

---

[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/5d3a131531d9/schema)
