Skip to content

Quickstart

This page is being written. In the meantime, see the full Integration walkthrough for the complete onboarding flow.

  • 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
  1. Create your API key in the cabinet
  2. List available games: GET /v1/games
  3. Launch a demo session: POST /v1/demo-sessions
  4. Set your callback URL in the cabinet
  5. Receive a HMAC-signed bet/win callback and respond with 200

Detailed walkthrough in the Integration guide.