cURL
Reviews
Reply to a Review
Post a reply to a Google review. The review must belong to the authenticated account. Only one reply can be in progress per review at a time.
POST
cURL
Use this endpoint to publish a reply to a Google Business Profile review.
Endpoint
POST /review/answer
Request Body
| Field | Type | Required | Description |
|---|---|---|---|
review_id | string | Yes | Full Google review resource name. |
answer | string | Yes | Reply text to publish. Leading and trailing whitespace is removed. |
Successful Response
Reply Status
After a reply is submitted, Google may moderate it before it becomes publicly visible. The review’sreviewReplyState can be used to track this status.
Common values:
| Value | Description |
|---|---|
PENDING | The reply was submitted and is awaiting Google moderation. |
ACTIVE | The reply is active and visible publicly. |
REJECTED | Google rejected the reply. |
Error Responses
| Status | Meaning |
|---|---|
400 | Invalid request body, invalid review_id, or Google rejected the reply. |
403 | The review does not belong to the authenticated account. |
404 | The review was not found. |
409 | A reply is already being submitted for this review. |
410 | The review has been deleted or is no longer available. |
Example
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Account ID. Required when using an organization token.
Body
application/json