GET /playlists
Summary: Fetch a list of your playlists.
Operation ID: getPlaylists
Auth: unknown
Operation ID: getPlaylists
Auth: unknown
Description
This endpoint returns same data as listennotes.com/listen under your account. You can use the **page** parameter to do pagination and fetch more playlists.
Parameters (3)
X-ListenAPI-Key
(string, header, required)
Get API Key on listennotes.com/api
page
(integer, query, optional, default: 1)
Page number of playlists.
sort
(string, query, optional, default: recent_added_first)
How do you want to sort playlists?
Constraints: {'enum': ['recent_added_first', 'oldest_added_first', 'name_a_to_z', 'name_z_to_a']}
No probe data for this endpoint yet.