Birdeye · Example Payload

Post Review Reply

Reputation ManagementReviewsCustomer ExperienceSurveysMessagingMulti-LocationAI

Post Review Reply 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": "post-review-reply",
  "summary": "Post Review Reply",
  "method": "PUT",
  "path": "/v1/review/reply/business/{businessNumber}/review/{reviewId}",
  "examples": {
    "response_200": {
      "code": 2078,
      "message": "Error while posting a reply to Rent"
    }
  }
}