Teams endpoint

Teams documentation

Fetch all teams

teams([params = None])
Parameters:

params (dict) – (optional) pagination options

Returns:

Collection of teams

Example:

teams = client.teams({"page": 2, "limit": 3})
teams.items[0].team_id # => 156123