# Get channels (/developer/api-reference/channels/ChannelsController_getChannels)

## GET /api/v1/channels
```json
{
  "operationId": "ChannelsController_getChannels",
  "parameters": [],
  "responses": {
    "200": {
      "description": ""
    }
  },
  "tags": [
    "Channels"
  ],
  "summary": "Get channels"
}
```