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
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.telegent.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Enter the token obtained from the Authentication endpoint

Response

200 - application/json

Success — returns a list of workgroups for the account

The response is of type object.