v1
latestOpenAPI 3.0.3Proprietary2026-07-1713346131.7 KBTeams
List all teams
Retrieve a list of all teams the user belongs to
get/teams
Response
Teams retrieved successfully
Example response
{
"done": true,
"body": [
{
"name": "Engineering Team"
}
],
"message": "Operation completed successfully"
}