GET
/
api
/
v1
/
accounts
/
{account_id}
/
teams
curl --request GET \
  --url https://app.chatwoot.com/api/v1/accounts/{account_id}/teams
[
  {
    "id": 123,
    "name": "<string>",
    "description": "<string>",
    "allow_auto_assign": true,
    "account_id": 123,
    "is_member": true
  }
]

Path Parameters

account_id
integer
required

The numeric ID of the account

Response

200
application/json
Success

Array of teams