Skip to main content
reviews:write The reviews:write scope allows generating AI reply drafts for reviews and publishing replies back to the upstream platform (Google Business Profile or Facebook) via Zernio.

Endpoints

MethodPathDescription
POST/public/social/reviews/{id}/responses/generateGenerate an AI reply draft
POST/public/social/reviews/{id}/responsesPublish a reply (new text or an existing draft)

Error response — Missing scope

{
  "error": {
    "code": "forbidden",
    "message": "This API key requires one of the following scopes: reviews:write",
    "details": {
      "required_scopes": ["reviews:write"]
    }
  }
}
Last modified on June 30, 2026