> ## Documentation Index
> Fetch the complete documentation index at: https://birdeye-0229a3ce-newfix.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# HTTP Status Codes

> Standard HTTP status codes returned by the Birdeye API

Every API response includes an HTTP status code.

| Code  | Status                | Description                                                                   |
| ----- | --------------------- | ----------------------------------------------------------------------------- |
| `200` | OK                    | API request is successful                                                     |
| `202` | Accepted              | The API request has been accepted for processing                              |
| `400` | Bad Request           | The API request was unacceptable, often due to a missing or invalid parameter |
| `404` | Not Found             | The requested resource does not exist                                         |
| `429` | Rate Limited          | You have made too many requests within the threshold timeframe                |
| `500` | Internal Server Error | Something went wrong on our end — please contact support                      |
