> ## 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.

# Error Response

> Structure of error responses returned by the Birdeye API

Birdeye API returns a validation error in case of missing or invalid input. The response includes an error `code` and a human-readable `message`.

```json theme={null}
{
  "code": 1161,
  "message": "Invalid API key"
}
```

| Field     | Type    | Description                             |
| --------- | ------- | --------------------------------------- |
| `code`    | integer | Birdeye internal error code             |
| `message` | string  | Human-readable description of the error |
