Skip to main content

Prerequisites

Step 1 — Get Your API Key

After creating your account and brand, navigate to Settings → API Keys and copy your key. It looks like:
Keep your API key secret. Never expose it in client-side code or public repositories. Use environment variables in production.

Step 2 — Send Your First Event

Let’s track a sports bet placement. Replace YOUR_API_KEY, YOUR_ORG_ID, and YOUR_BRAND_ID with your values:

Step 3 — Verify the Response

A successful response returns 202 Accepted:
The event is now in the Atlas pipeline. It will appear in your dashboard within seconds.

Step 4 — Check the Dashboard

Go to app.atlas.ioEvents to see your event in real-time.

Next Steps

Track Users

Register and update player profiles

Track Transactions

Deposits, withdrawals, and payment events

Track Casino

Casino bet tracking with round data

Batch Ingestion

Send hundreds of events in a single call