API Reference

List user 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

NameTypeRequiredDescription
Authorizationstring (header)YesPanda API token (without Bearer prefix).
Language
Credentials
Header
URL
Click Try It! to start a request and see the response here!