channels

Returns an array of all channel categories within a community

get/channelCategories

Response

Successful response

idstring uuid

The channel cateogry id

namestring

The name of the channel cateogry

Example response

[
  {
    "name": "Alumni"
  }
]

Changes