v1

latestOpenAPI 3.0.32026-07-148993228.8 KB
Users
Playlists

Follow Playlist

Add the current user as a follower of a playlist.

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, if false it will remain private.

Example request

{
  "public": false
}

Response

Playlist followed