Skip to main content
social:read The social:read scope provides read-only access to your site’s Zernio-backed social data: connected accounts, posts (and their per-platform targets), and reviews. Reviews are available for Google Business Profile and Facebook only.

Endpoints

MethodPathDescription
GET/public/social/accountsList connected social accounts
GET/public/social/postsList social post targets
GET/public/social/posts/{id}Get a post with its platform targets
GET/public/social/reviewsList reviews
GET/public/social/reviews/{id}Get a review

Error response — Missing scope

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