> For the complete documentation index, see [llms.txt](https://docs.8select.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.8select.io/api-tracking/general/authentication.md).

# Authentication

To obtain your API ID for use with the 8SELECT API Tracking, please speak to your account manager.‌

Your API ID is permanently linked to your 8SELECT account. It must be included in every call to the tracking API as a `x-api-id` header to authorize your request:

```bash
POST /analytics/v3/events
Host: https://api.8select.io
x-api-id: <Your API ID>
```
