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

  1. Sign in at 8ball.live.
  2. Open the developer console.
  3. Create an app with a name, redirect URI, allowed origins, and scopes.
  4. Save the Client Secret when it is shown — it cannot be retrieved later.
  5. 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