Birdeye · Example Payload

Post A Survey Response

Reputation ManagementReviewsCustomer ExperienceSurveysMessagingMulti-LocationAI

Post A Survey Response 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": "post-a-survey-response",
  "summary": "Post a survey response",
  "method": "POST",
  "path": "/v1/survey/{survey_id}/submit",
  "examples": {
    "response_200": {
      "code": 1011,
      "message": "Business id is invalid"
    }
  }
}