Skip to main content
GET
/
api
/
v1
/
social
/
playlist
/
{playlistId}
GET /api/v1/social/playlist/{playlistId}
curl --request GET \
  --url https://api.scoot.app/api/v1/social/playlist/{playlistId}
{
  "playlistId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "name": "<string>",
  "type": "FREE_PLAYLIST",
  "qty": 123,
  "duration": 123,
  "available": true
}
Retrieves detailed information about a specific audio playlist by ID.

Path Parameters

playlistId
string<uuid>
required

Response

200 - application/json

OK

playlistId
string<uuid>
name
string
type
enum<string>
Available options:
FREE_PLAYLIST,
PAID_PLAYLIST
qty
integer
duration
integer
available
boolean
I