Creating and using API keys
In Settings → API keys you can create a new key.
Important
- The key is shown exactly once — copy it right away
- We only store a hashed value
- Every key has a prefix so you can recognize it in logs
Header format
```
Authorization: Bearer
```
Expiry
Optional — recommended for integrations that should re-auth periodically.
Endpoints
The REST API lives at /api/v1/. See the reference for details (events, RSVP, analytics).