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

# Campaigns

## GET /api/v1/public/campaigns/

List campaigns accessible with your API key.

Auth: `X-API-Key`

```bash theme={null}
curl -H "X-API-Key: <key>" \
  "https://api.seleqt.ai/api/v1/public/campaigns/"
```
