Bet Builder Authentication

These steps are intended for TRADE customers (technical users) to authenticate against Bet Builder services using API credentials.

Before proceeding, make sure you have your Client ID and Secret Key. If you don't have them yet, follow the API Token Generation Guide first.

  1. Exchange API Credentials for Access & Refresh Tokens

  2. Refresh the Access Token

  3. Use the Access Token

    For every API call to Bet Builder backend services, include the latest accessToken in the Authorization header:

    Authorization: Bearer <accessToken>

Remember, the accessToken expires every 30 minutes.

Last updated

Was this helpful?