get https://api-v2.pandavideo.com/playlist
Retrieves all playlists for the authenticated user
GET /playlist
Detailed Description
Retrieves all playlists for the authenticated user. Use this to populate dashboard lists, selectors, or to perform bulk operations across a user’s playlists.
HTTP Method & Path
GET /playlist
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) |
Notes
- Returns a list of playlist summaries owned by the authenticated user.