Birdeye · Example Payload

Get All Ticket Data

Reputation ManagementReviewsCustomer ExperienceSurveysMessagingMulti-LocationAI

Get All Ticket Data 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-ticket-data",
  "summary": "Get All Ticket Data",
  "method": "POST",
  "path": "/v1/ticket/{businessNumber}/get/all?",
  "examples": {
    "response_200": {
      "code": 1175,
      "message": "No business found with the given id"
    }
  }
}