Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.ticktock.bet/llms.txt

Use this file to discover all available pages before exploring further.

Onboarding flow

1

Receive invite

Ticktock sends an email invite. Set your password, then log in to the Client Portal at ticktock.bet/client/login.
2

Generate an API key

In the portal: API AccessNew API Key. Pick a bundle that matches your contract and optionally add extra granular scopes. Copy the key immediately — it is shown once.
3

Verify with /v1/whoami

First request you should make:
curl -H "X-API-Key: <key>" https://ticktock.bet/v1/whoami
Returns the tenant identity, granted scopes, sport allowlist, and rate limit.
4

Optional — request AMQP delivery

Email b2b@ticktock.bet to provision a dedicated RabbitMQ vhost + user for push delivery. Skip this if you only need REST + WebSocket.
5

Optional — IP allowlist

Attach an IP allowlist to your API key in the portal for additional security.
6

Integrate against staging or production

Same URL surface, same key shape. Talk to your account manager about which environment to point at first.

What your account manager needs

To issue your key, the account manager needs:
FieldExample
Company nameAcme Sportsbook
Contract bundle(s)cs2.odds.basic + cs2.odds.scoreboard-addon
Owner emailintegrations@acme.com (receives the portal invite)
Production websitehttps://acme.example.com
Rate limitDefault 600 req/min; adjust per contract
IP allowlistOptional — restrict the key to specific IPs
All credentials are self-service after the first invite — rotate keys, manage IP allowlists, and toggle market access from the Client Portal.
Last modified on May 10, 2026