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>"
    }
  ]
}

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