v1

latestOpenAPI 3.1.02026-07-2416666272.6 KB
Playlist Videos

Get playlist videos

Retrieves all videos in a specific playlist

get/playlists/{playlist_id}/videos

Path parameters

playlist_idstring uuid required

Unique identifier of the playlist

Response

Playlist videos retrieved successfully

messagestring

Example response

{
  "data": [
    {
      "title": "Introduction to Panda"
    }
  ],
  "message": "Success"
}