v1
latestOpenAPI 3.0.02026-07-26254134307.1 KBTeams
List teams
List the teams (workspaces) in the company.
Required scope: teams:read
get/teams
Response
Array of teams
Example response
{
"_links": {
"self": "https://yourCompany.api.frontapp.com/teams"
},
"_results": [
{
"_links": {
"self": "https://yourCompany.api.frontapp.com/teams/tim_aqsa"
},
"id": "tim_aqsa",
"name": "Stanley's crossword puzzle team"
}
]
}