Birdeye · Example Payload

Customer Activity Log

Reputation ManagementReviewsCustomer ExperienceSurveysMessagingMulti-LocationAI

Customer Activity Log 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": "customer-activity-log",
  "summary": "Customer activity log",
  "method": "GET",
  "path": "/v1/customer/history/{customerId}",
  "examples": {
    "response_200": {
      "code": 1524,
      "message": "Date entered is invalid."
    }
  }
}