Video Channels
Get a video channel
get/api/v1/video-channels/{channelHandle}
Path parameters
channelHandlestring required
Example:my_username | my_username@example.com
The video channel handle
Response
successful operation
Example response
{
"id": 42,
"name": "chocobozzz",
"description": "Videos made with <3 by Framasoft",
"displayName": "Videos of Framasoft",
"ownerAccount": {
"uuid": "9c9de5e8-0a1e-484a-b099-e80766180a6d"
},
"support": "Please support our work on https://soutenir.framasoft.org/en/ <3"
}