Links

GET Bookmaker by ID

GET Bookmaker by ID

https://soccer.sportmonks.com/api/v2.0/bookmakers/{ID}
Endpoint details
Authorization
API Key
Pagination
NO
Allowed nested includes
0

Parameters

No parameters available for this endpoint.

Include options

No includes available for this endpoint.

Example response

Request
Response
https://soccer.sportmonks.com/api/v2.0/bookmakers/1?api_token={API_TOKEN}
"data": {
"id": 1,
"name": "10Bet",
"logo": null
},
Check this endpoint in Postman.
Run in Postman