get https://api-v2.pandavideo.com/playlists//videos
Retrieves all videos in a specific playlist
GET /playlists/{playlist_id}/videos
Detailed Description
Retrieves all videos in a specific playlist, including ordering and basic metadata for each video.
HTTP Method & Path
GET /playlists/{playlist_id}/videos
Authentication Requirements
- Security Scheme:
PandaAuth(apiKey) - Header:
Authorization: <your_api_token>(no Bearer prefix)
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
| Authorization | header | string | Yes | Panda API token (without Bearer prefix). |
| playlist_id | path | string (uuid) | Yes | Unique identifier of the playlist. |
Notes
- Use this to render playlist contents and positions in client applications.
