GET
/
v1
/
kbo
/
games
/
{id}
/
play-by-play
Get the KBO play-by-play feed for a game
curl --request GET \
  --url http://localhost:8082/v1/kbo/games/{id}/play-by-play \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
default:tok_public_demo
required

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

Path Parameters

id
string
required

Response

Play-by-play payload.