cURL
curl --request GET \ --url http://localhost:8091/api/servers/{serverID}/groups \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": "<string>", "serverId": "<string>", "userId": "<string>", "name": "<string>", "position": 123, "createdAt": "2023-11-07T05:31:56Z" } ] }
Returns all channel groups for the server, scoped to the authenticated user.
Session token obtained from /api/auth/login or /api/auth/register. Pass as: Authorization: Bearer
Server ID
List of channel groups
Show child attributes