Authentication
All API requests require authentication via an API key.
API Key
Include your API key in the request headers:
curl -H "Authorization: Bearer YOUR_API_KEY" \
https://api.cheers.hu/v1/sessions
Environments
| Environment | Base URL |
|---|---|
| Production | https://api.cheers.hu/v1 |
| Sandbox | https://sandbox.api.cheers.hu/v1 |
Use the sandbox environment for development and testing.