Birdeye · Example Payload

Create Service

Reputation ManagementReviewsCustomer ExperienceSurveysMessagingMulti-LocationAI

Create Service 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-service",
  "summary": "Create Service",
  "method": "POST",
  "path": "/v1/google-services/service/create",
  "examples": {
    "response_200": {
      "code": 2493,
      "message": "Duplicate Google Service is not allowed"
    }
  }
}