Where to get the key
- Sign in to the cabinet.
- Open the API keys section.
- Create a key and copy the value once into a secure store (
.env, secrets).
How to send it
Authorization: Bearer YOUR_API_TOKEN
Content-Type: application/json
Accept: application/json
Base URL: https://cascade.kz/api.
Security rules
- Do not commit the key to git.
- Do not call the API from the user's browser.
- Rotate the key if it leaks.
- Do not log the full token.
More: documentation, errors, FAQ, pricing.