Birdeye · Example Payload

Forgot Password

Reputation ManagementReviewsCustomer ExperienceSurveysMessagingMulti-LocationAI

Forgot Password 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": "forgot-password",
  "summary": "Forgot Password",
  "method": "POST",
  "path": "/v1/user/forgotpassword",
  "examples": {
    "response_200": {
      "code": 1189,
      "message": "User with given email id not found."
    }
  }
}