Birdeye · Example Payload

Contact Us Request

Reputation ManagementReviewsCustomer ExperienceSurveysMessagingMulti-LocationAI

Contact Us Request 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": "contact-us-request",
  "summary": "Contact Us Request",
  "method": "POST",
  "path": "/v1/contactUs/{businessId}",
  "examples": {
    "response_200": {
      "code": 5046,
      "message": "The customer is blocked"
    }
  }
}