List teams
List teams
Returns a paginated list of teams. Supports filtering by name (exact match via name) or by name prefix (via name_prefix).
GET
List teams
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
token for fetching the next page of results, if any. May specify start_token or page but not both.
Minimum string length:
4Items per page (defaults to 20, max 300)
filter teams by name, using exact match
filter teams by name, using prefix match