Birdeye · Example Payload

Update Listing

Reputation ManagementReviewsCustomer ExperienceSurveysMessagingMulti-LocationAI

Update Listing 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-listing",
  "summary": "Update Listing",
  "method": "PUT",
  "path": "/v1/listing/{businessNumber}/update",
  "examples": {
    "response_200": {
      "code": 6001,
      "message": "The 'sub_locality' field cannot exceed 80 characters."
    }
  }
}