GET Bookmaker by ID
GET
Bookmaker by ID
https://soccer.sportmonks.com/api/v2.0/bookmakers/{ID}
Parameters
No parameters available for this endpoint.
Include options
No includes available for this endpoint.
Example 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.