Birdeye · Example Payload

Update The Status

Reputation ManagementReviewsCustomer ExperienceSurveysMessagingMulti-LocationAI

Update The Status 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": "update-the-status",
  "summary": "Update the status",
  "method": "PUT",
  "path": "/v1/business/{business_id}/status",
  "examples": {
    "response_200": {
      "code": 1191,
      "message": "Invalid status."
    }
  }
}