x-api-key header.
Each key is scoped to a single partner account.
Your secret API key. Sent on every request.
Sandbox vs production
You receive two keys. Sandbox runs against test data and never charges your wallet; production is live.| Environment | Base URL | Key prefix |
|---|---|---|
| Sandbox | https://sandbox.kalixo.io/v2 | kal_test_… |
| Production | https://api.kalixo.io/v2 | kal_live_… |
Keeping your key safe
Rotate regularly
Ask your account manager to rotate a key if it may have leaked. The old key is revoked.
Server-side only
Call the API from your backend, never from a browser or mobile app.
Errors
A missing or invalid key returns401 Unauthorized:
Header omitted