> ## Documentation Index
> Fetch the complete documentation index at: https://docs.bespot.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Error codes

> API status codes, error responses, and troubleshooting guidance.

# Errors

Bespot API uses HTTP status codes to communicate errors. An `error_code`, `description` JSON structure is used. See below.

## 403 Forbidden

```json theme={null}
{
    "error_code": "forbidden-user",
    "description": "Invalid API Key"
}
```
