v1

latestOpenAPI 3.1.02026-07-24474114.4 KB

Get all Playlists

get/playlists

Response

200

account_idstring
aspect_ratiointeger[]
created_atnumber
folder_idstring
idstring
namestring
themestring
updated_atnumber

Example response

[
  {
    "account_id": "5dba92731b5d034f7d8dca3d",
    "created_at": 1637148657.02,
    "folder_id": "5dba92731b5d034fa9abda21",
    "id": "6194e7f1966f63c6a3e674b7",
    "name": "New Playlist",
    "theme": "theme=predefined",
    "updated_at": 1637148657.02
  }
]