Zernio
Zernio
API Reference

Reviews

List reviewsGETDelete review replyDELETEReply to reviewPOST
Dashboard
llms.txtOpenAPI
OverviewPlatformsAPI ReferenceResources
Reviews

List reviews

Fetch reviews from all connected Facebook Pages and Google Business Profile accounts. Aggregates data with filtering and sorting options. Supported platforms: Facebook, Google Business Profile.


GET
/v1/inbox/reviews

Authorization

bearerAuth
AuthorizationBearer <token>

API key authentication: send your Zernio API key in the Authorization header, prefixed with Bearer.

In: header

Query Parameters

profileId?string
platform?string

Value in

  • "facebook"
  • "googlebusiness"
minRating?integer
Range1 <= value <= 5
maxRating?integer
Range1 <= value <= 5
hasReply?boolean

Filter by reply status

sortBy?string
Default"date"

Value in

  • "date"
  • "rating"
sortOrder?string
Default"desc"

Value in

  • "asc"
  • "desc"
limit?integer
Range1 <= value <= 50
Default25
cursor?string
accountId?string

Filter by specific account ID

Response Body

application/json

application/json

{  "status": "string",  "data": [    {      "id": "string",      "platform": "string",      "accountId": "string",      "accountUsername": "string",      "locationId": "string",      "locationName": "string",      "reviewer": {        "id": "string",        "name": "string",        "profileImage": "string"      },      "rating": 0,      "text": "string",      "created": "2019-08-24T14:15:22Z",      "hasReply": true,      "hasPhotos": true,      "photoCount": 0,      "photos": [        {          "url": "http://example.com"        }      ],      "reply": {        "id": "string",        "text": "string",        "created": "2019-08-24T14:15:22Z"      },      "reviewUrl": "string"    }  ],  "pagination": {    "hasMore": true,    "nextCursor": "string"  },  "meta": {    "accountsQueried": 0,    "accountsFailed": 0,    "failedAccounts": [      {        "accountId": "string",        "accountUsername": "string",        "platform": "string",        "error": "string",        "code": "string",        "retryAfter": 0      }    ],    "lastUpdated": "2019-08-24T14:15:22Z",    "accountsSkipped": [      {        "accountId": "string",        "platform": "string"      }    ]  },  "summary": {    "totalReviews": 0,    "averageRating": 0  }}
Was this page helpful?

Unpin comment

Unpin a previously pinned comment. TikTok accounts connected through the TikTok for Business app only.

Delete review reply

Delete a reply to a review (Google Business Profile only). Requires accountId in request body.