GET
/
v1
/
kbl
/
teams
/
{id}
/
recent
Get a team's recent KBL games
curl --request GET \
  --url http://localhost:8082/v1/kbl/teams/{id}/recent \
  --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

Query Parameters

limit
integer
default:10
Required range: 1 <= x <= 30

Response

Team-scoped recent-games payload.