Birdeye · Example Payload

Update

Reputation ManagementReviewsCustomer ExperienceSurveysMessagingMulti-LocationAI

Update 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",
  "summary": "Update",
  "method": "PUT",
  "path": "/v1/business/public/custom-fields/update/{fieldId}",
  "examples": {
    "response_200": {
      "code": 5026,
      "message": "Custom field updation failed."
    }
  }
}