AgentBots
Inbox API
Conversations API
Contact Labels
CSAT Survey Page
Account AgentBots
Agents
Canned Responses
Canned Response
Custom Attributes
Contacts
Automation Rule
Help Center
Conversations
Conversation Assignment
Conversation Labels
Inboxes
Integrations
Profile
Teams
Custom Filters
Teams
Get a team details
Teams
Get a team details
Get the details of a team in the account
GET
/
api
/
v1
/
accounts
/
{account_id}
/
teams
/
{team_id}
curl --request GET \
--url https://app.chatwoot.com/api/v1/accounts/{account_id}/teams/{team_id}
{
"id": 123,
"name": "<string>",
"description": "<string>",
"allow_auto_assign": true,
"account_id": 123,
"is_member": true
}
Path Parameters
The numeric ID of the account
The ID of the team to be updated
Response
200
application/json
Success
The response is of type object
.
curl --request GET \
--url https://app.chatwoot.com/api/v1/accounts/{account_id}/teams/{team_id}
{
"id": 123,
"name": "<string>",
"description": "<string>",
"allow_auto_assign": true,
"account_id": 123,
"is_member": true
}