Birdeye · Example Payload

Update Survey Settings

Reputation ManagementReviewsCustomer ExperienceSurveysMessagingMulti-LocationAI

Update Survey Settings 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-survey-settings",
  "summary": "Update Survey Settings",
  "method": "POST",
  "path": "/v1/survey/{surveyId}/settings/update",
  "examples": {
    "response_200": {
      "code": 2096,
      "message": "Detected conflicting user-access request!"
    }
  }
}