Getting Started

The API client needs to request a Bearer authentication token from the support team at support@openbet.com to connect to WebSockets endpoints. The token should be used immediately after a connection request. Once a connection to a WebSockets API message is established, the token remains valid indefinitely.

Do not reveal your access tokens publicly - they are secret!

Example for an authentication token

{
    "authToken": "eYCMopB1T9ACqA8TVIoM"
}

Last updated