Teams
Get a list of Teams by ID or league
get/teams/
Query parameters
sportIDstring
A single sportID or comma-separated list of sportIDs to get Teams for
leagueIDstring
A single leagueID or comma-separated list of leagueIDs to get Teams for
teamIDstring
A single teamID or comma-separated list of teamIDs to get data for
limitnumber
The maximum number of Teams to return
cursorstring
The cursor for the request. Used to get the next group of Teams. This should be the nextCursor from the prior response.
Response
An array of teams with pagination
Example response
{
"success": true
}