v1

latestOpenAPI 3.1.02026-07-24650272.2 KB
API Endpoints

Get all playlists

get/video/playlist

Query parameters

collection_idstring

Video Collection ID

Response

200

idstring
collection_idstring
titlestring
descriptionstring
player_configobject

Example response

[
  {
    "id": "6566ebd57499c676fe302bfc",
    "collection_id": "646df1c9173a4a2fcac180b4",
    "title": "Playlist-1",
    "description": "This is updated description"
  }
]
All 65 operations