GET
/
v1
/
kbl
/
head-to-head
Get the KBL season series between two teams
curl --request GET \
  --url http://localhost:8082/v1/kbl/head-to-head \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
default:tok_public_demo
required

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

Query Parameters

season
integer
required
Required range: 2000 <= x <= 2100
teamA
string
required
teamB
string
required

Response

Head-to-head season series payload.