Birdeye · Example Payload

Get Details Of A User

Reputation ManagementReviewsCustomer ExperienceSurveysMessagingMulti-LocationAI

Get Details Of A User 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-a-user",
  "summary": "Get details of a user",
  "method": "GET",
  "path": "/v1/user/details",
  "examples": {
    "response_200": {
      "code": 1010,
      "message": "No user found with the given id"
    }
  }
}