API keys
The Kliio API uses Bearer token authentication. Every request must include your API key in the Authorization header.
Generating an API key
- Log in to your Kliio dashboard
- Navigate to Settings → API
- Click Generate API Key
- Copy and store the key securely — it is shown only once
Never expose your API key in client-side code or public repositories. Treat it like a password.
Making an authenticated request
Error responses
If your API key is missing or invalid, the API returns a 401 response:
Revoking a key
You can revoke any API key at any time from Settings → API in the dashboard. Revoked keys immediately stop working.