Skip to main content

Get playlists

GET 

/api/playlists

Get all playlists of current user

Request

Responses

OK

Schema

  • Array [

  • id integer
    name string
    tracks_count integer
    cover string
    updated_at string
  • ]

Loading...