GET
/
api
/
v1
/
accounts
/
{account_id}
/
teams
/
{team_id}
Get a Team Details
curl --request GET \
  --url https://chat.toolzz.ai/api/v1/accounts/{account_id}/teams/{team_id}

Parameters

account_id
string
account_id: The ID of the account to get teams from.
team_id
string
team_id: The ID of the team to get details from.