v1
latestOpenAPI 3.0.02026-07-26254134307.1 KBChannels
List team channels
List the channels of a team (workspace).
Required scope: channels:read
get/teams/{team_id}/channels
Path parameters
team_idstring required
The team ID
Response
Array of Channels
Example response
{
"_links": {
"self": "https://yourCompany.api.frontapp.com/channels"
},
"_results": [
{
"_links": {
"self": "https://yourCompany.api.frontapp.com/channels/cha_1gv4",
"related": {
"inbox": "https://yourCompany.api.frontapp.com/inboxes/inb_1ix6",
"owner": "https://yourCompany.api.frontapp.com/teams/jen_k30"
}
},
"id": "cha_1gv4",
"name": "Paper Sales Inbox",
"address": "sales@dundermifflin.com",
"type": "gmail",
"send_as": "sales@dundermifflin.com",
"settings": {
"undo_send_time": 15
},
"is_valid": true
}
]
}