get https://api-v2.pandavideo.com/playlists
Retrieves all playlists for the authenticated user
GET /playlists
Detailed Description
Retrieves all playlists for the authenticated user. Use this endpoint to populate dashboards, pickers, or any view listing the user’s playlists.
(No pagination, filtering, or sorting parameters are provided in the Swagger.)
HTTP Method & Path
GET /playlists
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). |