Skip to main content

Get Bookmakers

GET 

/bookmakers

Retrieves a list of bookmakers associated with your account (based on your unique API-KEY). By providing this key, the system verifies your identity and securely returns detailed information about all bookmakers linked to your account. This includes bookmaker names, identifiers, and other relevant details, ensuring you have easy access to the information you need.

Responses

Returns all available bookmakers

Schema

    bookmakers

    object[]

  • Array [

  • bookmakerName stringrequired
    bookmakerCode stringrequired

    Unique bookmaker code that will be used in other endpoints rather than the name which could be duplicated across regions

    logoLarge string

    Large logo which can be used on Grid components or for more focus on the bookmaker

    logoSmall string

    Smaller logos where more needs to be fit onto the screen e.g. mobile use

    brandColour string

    Hex colour of bookmaker's branding

    geos

    object[]

    required

  • Array [

  • country stringrequired

    ISO-Alpha 2 Country Code

    regions string[]

    2 letter region code showing which regions bookmaker is supported in. When not present, the bookmaker is available across the country.

  • ]

  • ]

Loading...