Birdeye · Example Payload

Visitor Report

Reputation ManagementReviewsCustomer ExperienceSurveysMessagingMulti-LocationAI

Visitor Report 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": "visitor-report",
  "summary": "Visitor report",
  "method": "POST",
  "path": "/v1/reports/count/visitors",
  "examples": {
    "response_200": {
      "code": 89,
      "message": "Rate limit exceeded"
    }
  }
}