Birdeye · Example Payload

Get Details Of Employees

Reputation ManagementReviewsCustomer ExperienceSurveysMessagingMulti-LocationAI

Get Details Of Employees 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-details-of-employees",
  "summary": "Get details of Employees",
  "method": "GET",
  "path": "/v1/employee/{businessId}",
  "examples": {
    "response_200": {
      "code": 1011,
      "message": "Business id is invalid"
    }
  }
}