Skip to main content

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:

  1. Respond with 200 OK promptly
  2. Use the orderId to 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

EnvironmentBase URL
Sandboxhttps://api.dev.votesess.com
Productionhttps://api.uniqpon.com