Birdeye · Example Payload

Create Question

Reputation ManagementReviewsCustomer ExperienceSurveysMessagingMulti-LocationAI

Create Question 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-question",
  "summary": "Create Question",
  "method": "POST",
  "path": "/v1/qna/question/create",
  "examples": {
    "response_200": {
      "code": 2483,
      "message": "Question should have minimum 3 words"
    }
  }
}