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

# Authentication

> Learn how to authenticate with the UseDropTrail API

UseDropTrail uses bearer token authentication. To authenticate your requests, you'll need to include your API token in the Authorization header.

## Getting an API Token

1. Create an organization account on [UseDropTrail Dashboard](https://dashboard.usedroptrail.com)
2. Navigate to Settings > API Keys
3. Generate a new API key
4. Store this key securely - it won't be shown again

## Using the Token

Include your API token in the Authorization header of all requests:

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