Skip to main content
GET
/
v1.0
/
account
/
workgroups
cURL
curl -X GET 'https://api.telegent.com/v1.0/account/workgroups' \
  -H 'Authorization: Bearer YOUR_TOKEN'
{
  "Workgroups": [
    {
      "WorkgroupId": "WG-abc123",
      "Name": "Support Team",
      "Type": "ring",
      "Active": true
    }
  ]
}

Response

Success — returns a list of workgroups for the account

The response is of type object.