Birdeye · Example Payload

Get All Surveys

Reputation ManagementReviewsCustomer ExperienceSurveysMessagingMulti-LocationAI

Get All Surveys 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": "get-all-surveys",
  "summary": "Get All Surveys",
  "method": "GET",
  "path": "/v1/survey/business/{business_id}/all",
  "examples": {
    "response_200": {
      "code": 89,
      "message": "Rate limit exceeded"
    }
  }
}