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 Access → New 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: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:All credentials are self-service after the first invite — rotate keys, manage IP allowlists, and toggle market access from the Client Portal.