API Reference

List user playlists

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

NameTypeRequiredDescription
Authorizationstring (header)YesPanda API token (without Bearer prefix)

Notes

  • Returns a list of playlist summaries owned by the authenticated user.
Language
Credentials
Header
URL
Click Try It! to start a request and see the response here!