Authentication
API Key
All requests require the X-API-Key header:
X-API-Key: YOUR_API_KEY
Callback Configuration
Configure your callback URL in the Cheers CMS. When an order becomes actionable, Cheers sends a POST request to your URL:
POST https://your-system.com/your-callback-endpoint?orderId=ORDER_ID
Your system should:
- Respond with
200 OKpromptly - Use the
orderIdto fetch the full order via the API
If the callback fails, Cheers retries with exponential backoff. You can also view callback status and trigger manual retries from the Cheers CMS.
Environments
| Environment | Base URL |
|---|---|
| Sandbox | https://api.dev.votesess.com |
| Production | https://api.uniqpon.com |