GMB Reviews

Reply to a review

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).

post/v1/accounts/{accountId}/gmb-reviews/{reviewId}/reply

Path parameters

accountIdstring required

The Zernio account ID (from /v1/accounts)

reviewIdstring required

The review ID portion (e.g. "AIe9_BGx1234567890"), not the full resource name

Request body

commentstring required

The reply text to post on the review. Must be non-empty.

Response

Reply posted successfully

successboolean
reviewIdstring
platformstring

Example response

{
  "platform": "googlebusiness"
}