Birdeye · Example Payload

Get Apple Attributes

Reputation ManagementReviewsCustomer ExperienceSurveysMessagingMulti-LocationAI

Get Apple Attributes 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-apple-attributes",
  "summary": "Get Apple Attributes",
  "method": "GET",
  "path": "/v1/listing/{businessNumber}/apple-location-attributes-list",
  "examples": {
    "response_200": {
      "code": 400,
      "message": "Invalid country code"
    }
  }
}