# Authentication

### Base URL

```http
https://api.thealtening.com/v2/
```

All requests are `GET` with query parameters.

### Authentication

Every request must include your API key as a `key` query parameter.

* Find your key on the [**Account**](https://panel.thealtening.com/#account) page in the panel.
* Example: `?key=api-1234-1234-1234`
