Birdeye · Example Payload

Create

Reputation ManagementReviewsCustomer ExperienceSurveysMessagingMulti-LocationAI

Create 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": "create",
  "summary": "Create",
  "method": "POST",
  "path": "/v1/business/public/custom-fields/create",
  "examples": {
    "response_200": {
      "code": 5040,
      "message": "Max limit reached for custom fields."
    }
  }
}