v1

latestOpenAPI 3.0.32026-07-139687282.9 KB
Users
Playlists

Follow Playlist

Add the current user as a follower of a playlist.

Note: This endpoint is deprecated. Use Save Items to Library instead.

put/playlists/{playlist_id}/followers

Path parameters

playlist_idstring required

The Spotify ID of the playlist.

Example:3cEYpjA9oz9GiPac4AsH4n

Request body

publicboolean

Defaults to true. If true the playlist will be included in user's public playlists (added to profile), if false it will remain private. For more about public/private status, see Working with Playlists

Example request

{
  "public": false
}

Response

Playlist followed