v1

latestOpenAPI 3.0.0AGPLv3.02026-07-14186117194.3 KB
Video Playlists
Video Channels

List playlists of a channel

get/api/v1/video-channels/{channelHandle}/video-playlists

Path parameters

channelHandlestring required
Example:my_username | my_username@example.com

The video channel handle

Query parameters

startinteger

Offset used to paginate results

countinteger

Number of items to return

sortstring
Example:-createdAt

Sort column

playlistType1 | 2

The video playlist type (Regular = 1, Watch Later = 2)

Response

successful operation

totalinteger

Example response

{
  "data": [
    {
      "id": 42,
      "shortUUID": "2y84q2MQUMWPbiEcxNXMgC",
      "uuid": "9c9de5e8-0a1e-484a-b099-e80766180a6d",
      "videoChannel": {
        "id": 42
      }
    }
  ],
  "total": 1
}