StatsHub Docs
APIAPI v2V2 endpoint referenceBetting

/bookmakers/{bookmakerId}

Get a bookmaker

GET
/bookmakers/{bookmakerId}

Get a bookmaker

Path Parameters

bookmakerId*string

Opaque resource ID

Match^[1-9][0-9]*$

Response Body

application/json

application/problem+json

application/problem+json

application/problem+json

curl -X GET "https://example.com/bookmakers/string"
{  "data": {    "active": true,    "id": "string",    "name": "string",    "slug": "string",    "source": "string"  }}