GET
/
v1
/
bookmakers
List integrated bookmakers
curl --request GET \
  --url http://localhost:8082/v1/bookmakers \
  --header 'Authorization: Bearer <token>'
{
  "data": []
}

Authorizations

Authorization
string
header
default:tok_public_demo
required

Send a workspace API token in the Authorization: Bearer <token> header.

Response

Bookmaker catalog.