Skip to main content

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

EnvironmentBase URL
Productionhttps://api.cheers.hu/v1
Sandboxhttps://sandbox.api.cheers.hu/v1

Use the sandbox environment for development and testing.