Delete a review reply
Removes the business owner reply from a Google Business Profile review. The review itself remains.
Authorization
bearerAuth API key authentication: send your Zernio API key in the Authorization header, prefixed with Bearer.
In: header
Path Parameters
The Zernio account ID (from /v1/accounts)
The review ID portion (e.g. "AIe9_BGx1234567890"), not the full resource name
Response Body
application/json
application/json
application/json
application/json
application/json
{ "success": true, "message": "Reply deleted successfully", "platform": "googlebusiness"}Reply to a review
Posts (or updates) the business owner reply to a Google Business Profile 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). Google keeps no history, so an automated retry silently replaces a reply someone edited by hand in the Google Business Profile UI. Read the review before retrying if a human may have answered it.
Get food menus
Returns food menus for a Google Business Profile location including sections, items, pricing, and dietary info. Only for locations with food menu support.