Skip to main content

API keys

The Kliio API uses Bearer token authentication. Every request must include your API key in the Authorization header.

Generating an API key

  1. Log in to your Kliio dashboard
  2. Navigate to Settings → API
  3. Click Generate API Key
  4. 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.