Skip to main content
POST
Reply to a Google review

Authorizations

Authorization
string
header
required

Your API key, sent as Authorization: Bearer <key>. One key manages every profile on the account.

Body

application/json
profile_id
string
required

Id of the brand profile to act on. List them with GET /v1/profiles.

comment
string
required

Reply text to publish under the Google review.

review_id
string

Id of the Google review to reply to.

review_name
string

Resource name of the Google review, an alternative to review_id.

location_id
string

Google Business location. Required when the account owns more than one.

Response

Success.

The response envelope is stable — a profile_id plus the payload — but its inner fields are not yet pinned down in this document.