API Reference

Get playlist details

Retrieves detailed information about a specific playlist

GET /playlist/{playlist_id}

Detailed Description

Retrieves detailed information about a specific playlist, including configuration, metadata, and (when applicable) external button settings.

HTTP Method & Path

GET /playlist/{playlist_id}

Authentication Requirements

  • Security Scheme: PandaAuth (apiKey)
  • Header: Authorization: <your_api_token> (no Bearer prefix)

Parameters

NameTypeRequiredDescription
Authorizationstring (header)YesPanda API token (without Bearer prefix)
playlist_idstring (path, uuid)YesUnique identifier of the playlist.

Notes

  • Use this to fetch full playlist details for management screens.
Language
Credentials
Header
URL
Click Try It! to start a request and see the response here!