StatsHub Docs
APIEndpoint referenceBetting

/v2/bookmakers/{bookmakerId}

Get a bookmaker

GET
/api/v2/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/api/v2/bookmakers/string"
{  "data": {    "active": true,    "id": "string",    "name": "string",    "slug": "string",    "source": "string"  }}