Birdeye · Example Payload

Get Location Status Report

Reputation ManagementReviewsCustomer ExperienceSurveysMessagingMulti-LocationAI

Get Location Status Report is an example object payload from Birdeye, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdsummarymethodpathexamples

Example Payload

Raw ↑
{
  "operationId": "get-location-status-report",
  "summary": "Get Location Status Report",
  "method": "GET",
  "path": "/v1/listing/status/location",
  "examples": {
    "response_200": {
      "code": 1043,
      "message": "Business should be either SMB or Enterprise sub account"
    }
  }
}