Follow a Playlist
Developing
PUT
/playlists/{playlist_id}/followers
category-follow
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request PUT 'https://api.spotify.com/v1/playlists//followers' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw ''
Response Response Example
200 - Example 1
{}
Request
Path Params
playlist_id
string
required
Header Params
Authorization
string
required
Following a playlist publicly requires authorization of the
playlist-modify-public
scope; following a playlist privately requires the playlist-modify-private
scope. See Using Scopes.Note that the scopes you provide relate only to whether the current user is following the playlist publicly or privately (i.e. showing others what they are following), not whether the playlist itself is public or private.
Content-Type
string
required
application/json
Body Params application/json
Responses
Modified at 2022-09-12 10:04:50