Skip to main content

Get All Channels

Retrieve a list of all existing channels.

Endpoint:

GET /listChannels

Headers:

Authorization: Bearer JWT token.

Request:

curl -X GET http://localhost:9000/listChannels -H "Authorization: Bearer <jwt_token>"

Response:

{
"channels": [
{
"ID": "641459ffb8360d74164e7e3c",
"ChannelName": "nightly",
"Updated_at": "2023-03-17T14:15:59.818+02:00"
},
{
"ID": "64145ebaedd163d59d52e1dc",
"ChannelName": "stable",
"Updated_at": "2023-03-17T14:36:10.278+02:00"
}
]
}