Birdeye · Example Payload

Customer Checkin

Reputation ManagementReviewsCustomer ExperienceSurveysMessagingMulti-LocationAI

Customer Checkin 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-checkin",
  "summary": "Customer Checkin",
  "method": "POST",
  "path": "/v1/contact/external/preferences/checkin",
  "examples": {
    "response_200": {
      "code": 1175,
      "message": "No business found with the given id"
    }
  }
}