DistributeApp LogoDistributeProject
DistributorPlaylistsId

Get playlist (Global)

Returns a playlist by ID. Requires admin JWT or ownership.

GET
/playlists/{id}

Authorization

BearerAuth
Authorization<token>

Type "Bearer" followed by a space and JWT token.

In: header

Path Parameters

id*string

Playlist ID (UUID)

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://loading/api/playlists/string"
{
  "created_at": "string",
  "folder_id": "string",
  "id": "string",
  "name": "string",
  "song_ids": [
    "string"
  ],
  "user": {
    "id": "string",
    "is_admin": true,
    "root_folder_id": "string",
    "username": "string"
  },
  "user_id": "string"
}
{
  "error": "Validation failed"
}
{
  "error": "Validation failed"
}
{
  "error": "Validation failed"
}
{
  "error": "Validation failed"
}