Retrieve all teams.
Team
Retrieve all teams.
Returns every team the caller has access to.
An optional user_id query parameter filters the result to teams
the target user belongs to. Only users reachable by the caller are
considered — any user_id outside that scope simply yields an
empty list.
GET
Retrieve all teams.
Documentation Index
Fetch the complete documentation index at: https://developer.qomon.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
When set, return only teams the user with this ID belongs to.
Required range:
x >= 1Example:
111
Last modified on May 19, 2026