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

# Authentication

> How to authenticate API requests to Uservox CRM APIs

## Authentication

All API endpoints require authentication. Include your API token in the request header:

```http theme={null}
Authorization: Bearer YOUR_API_TOKEN
```

Replace `YOUR_API_TOKEN` with your token from the dashboard.
