Teams endpoint ============== `Teams documentation `_ Fetch all teams --------------- .. py:function:: teams([params = None]) :param dict params: (optional) :ref:`pagination options ` :return: Collection of teams Example: .. code-block:: python teams = client.teams({"page": 2, "limit": 3}) teams.items[0].team_id # => 156123