API
Authentication
API keys and device flow.
API keys
- Used by the extension and automation
- Sent via
x-api-keyheader (orAuthorization: ApiKey <token>) - Admins can disable API tokens globally or per user
Device flow
The extension uses device flow:
POST /api/v1/auth/device/authorizePOST /api/v1/auth/device/token
Example header
x-api-key: YOUR_KEY