Skip to main content
GET
/
playlists
/
{playlistId}
Get playlist by ID
curl --request GET \
  --url https://api.example.com/playlists/{playlistId}
{
  "id": "<string>",
  "title": "<string>",
  "ownerId": "<string>",
  "items": [
    {
      "title": "<string>",
      "src": "<string>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://opendonationassistant.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

playlistId
string
required

Playlist ID

Response

Playlist details

Playlist data transfer object

id
string

Unique playlist identifier

title
string

Playlist title

ownerId
string

Owner user ID

items
object[]

List of playlist items