Getting Started
Create an 8BALL account, open the developer console, and register an app. New apps receive a Client ID and a one-time Client Secret.
Steps
- Sign in at 8ball.live.
- Open the developer console.
- Create an app with a name, redirect URI, allowed origins, and scopes.
- Save the Client Secret when it is shown — it cannot be retrieved later.
- Choose how to authenticate:
- OAuth 2.1 for integrations that act on behalf of a user.
- API keys for backend automations with fixed scopes.
Next steps
- Configure your app in App Setup.
- Read OAuth 2.1 or API Keys.
- Explore endpoints in the OpenAPI reference or browse the API guides.