Birdeye · Example Payload

Update Communication Preferences

Reputation ManagementReviewsCustomer ExperienceSurveysMessagingMulti-LocationAI

Update Communication Preferences 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-communication-preferences",
  "summary": "Update Communication Preferences",
  "method": "POST",
  "path": "/v1/contact/external/preferences/change-permission",
  "examples": {
    "response_200": {
      "code": 1089,
      "message": "Customer id is invalid."
    }
  }
}