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

# Authentication

> Authenticating with the Pointset API

All API requests require a Bearer token in the `Authorization` header.

```
Authorization: Bearer <your-api-key>
```

Get your API key from the [dashboard](https://pointset.io/dashboard/api-keys).

## Example

```bash theme={null}
curl https://api.pointset.io/v1/subscriptions \
  -H "Authorization: Bearer ptk_live_..."
```

API keys are hashed on our end — if you lose yours, generate a new one from the dashboard. Keys can optionally have an expiry date and can be revoked at any time.
