get https://api-v2.pandavideo.com/playlists/
Retrieves detailed information about a specific playlist
GET /playlists/{playlist_id}
Detailed Description
Retrieves detailed information about a specific playlist, including configuration, metadata, and (when applicable) external button settings.
HTTP Method & Path
GET /playlists/{playlist_id}
Authentication Requirements
- Security Scheme:
PandaAuth(apiKey) - Header:
Authorization: <your_api_token>(no Bearer prefix)
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| Authorization | string (header) | Yes | Panda API token (without Bearer prefix). |
| playlist_id | string (path, uuid) | Yes | Unique identifier of the playlist. |
