List schedules
Schedules
List schedules
List live or upcoming schedules for the API key organization. Use query filter=live or filter=upcoming. When present, teamTwoId is looked up like teamOneId.
GET
List schedules
Use
filter=live or filter=upcoming (default upcoming).
When a schedule has a linked opponent (teamTwoId), list items look up that team the same way as teamOneId (object with _id, name, and related team fields), instead of returning only a bare id string.Authorizations
Public integration API key (bb_live_...). Not a login JWT.
Query Parameters
upcoming (default) = future not live; live = in progress
Available options:
live, upcoming Example:
"upcoming"
Required range:
x >= 1Example:
1
Required range:
x >= 1Example:
10
Search by event title or team name
Filter by tournament id. Repeat for multiple values.
Example:
"507f1f77bcf86cd799439011"
