POST
cURL
Publishes a reply to a review. review_id is the full Google resource name (accounts/{account}/locations/{location}/reviews/{review}). After submit, reviewReplyState may be PENDING, ACTIVE, or REJECTED while Google moderates. Returns 409 if a reply is already in progress, or 410 if the review was deleted.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

account_id
string

Account ID. Required when using an organization token.

Body

application/json
review_id
string
required

The Google review resource name (e.g. 'accounts/{account_id}/locations/{location_id}/reviews/{review_id}')

answer
string
required

Reply text to publish. Leading and trailing whitespace is removed.

Minimum string length: 1

Response

Reply posted successfully

success
boolean
Example:

true

payload
string
Example:

"Successfully posted answer to review"