Get channels for the authenticated user.
Output
Encoding
application/jsonchannels
array
Optional
No description available.
Try It
Requests are sent directly from your browser. Some servers may block requests due to CORS.
View raw schema
{
"type": "query",
"output": {
"schema": {
"type": "object",
"properties": {
"channels": {
"type": "array",
"items": {
"ref": "#channel",
"type": "ref"
}
}
}
},
"encoding": "application/json"
},
"description": "Get channels for the authenticated user."
}