Quickstart
This page is being written. In the meantime, see the full Integration walkthrough for the complete onboarding flow.
What you need
Section titled “What you need”- An operator account at app.aggregator.gg
- A
sk_live_*API key (created in the cabinet under API Keys) - A server that can receive HTTPS callbacks on a public URL
Five-step path
Section titled “Five-step path”- Create your API key in the cabinet
- List available games:
GET /v1/games - Launch a demo session:
POST /v1/demo-sessions - Set your callback URL in the cabinet
- Receive a HMAC-signed bet/win callback and respond with
200
Detailed walkthrough in the Integration guide.