Channels Endpoint

GET /channels

Get all the channels in the brX instance.

Parameters

None

Responses

 

Code: 200
Description: OK Media type: application/json

Example:

[
  {
    "name" : "brxsaas"
  } 
]