The Spotify ID of the playlist.
The Spotify IDs of the users.
The Spotify ID of the artist.
Add the current user as a follower of one or more artists.
Required Scopes: user-follow-modify
.
The Spotify IDs of the artists.
Add the current user as a follower of a playlist.
Required Scopes: playlist-modify-public
when publicly following a
playlist. playlist-modify-private
when privately following a playlist.
The Spotify ID of the playlist.
Optional request information.
Add the current user as a follower of a Spotify user.
Required Scopes: user-follow-modify
.
The Spotify ID of the user.
Add the current user as a follower of one or more Spotify users.
Required Scopes: user-follow-modify
.
The Spotify IDs of the users.
Get the current user's followed artists.
Required Scopes: user-follow-read
.
Optional request information.
Check to see if the current user is following an artist.
Required Scopes: user-follow-read
.
The Spotify ID for the artist.
Check to see if the current user is following one or more artists.
Required Scopes: user-follow-read
.
The Spotify IDs for the artists.
Check to see if a Spotify user is following a specified playlist.
Required Scopes: playlist-read-private
when checking if the current
user is privately following a playlist.
The Spotify ID of the playlist.
The Spotify ID of the user.
Check to see if the current user is following a Spotify user.
Required Scopes: user-follow-read
.
The Spotify ID for the user.
Check to see if the current user is following one or more Spotify users.
Required Scopes: user-follow-read
.
The Spotify IDs for the users.
Remove the current user as a follower of an artist.
Required Scopes: user-follow-modify
.
The Spotify ID of the artist.
Remove the current user as a follower of one or more artists.
Required Scopes: user-follow-modify
.
The Spotify IDs of the artists.
Remove the current user as a follower of a playlist.
Required Scopes: playlist-modify-public
when unfollowing a publicly
followed playlist. playlist-modify-private
when unfollowing a privately
followed playlist.
The Spotify ID of the playlist.
Remove the current user as a follower of a Spotify user.
Required Scopes: user-follow-modify
.
The Spotify ID of the user.
Remove the current user as a follower of one or more Spotify users.
Required Scopes: user-follow-modify
.
The Spotify IDs of the users.
Generated using TypeDoc
Check if Users Follow a Playlist
Check to see if one or more Spotify users are following a specified playlist.
Required Scopes:
playlist-read-private
when checking if the current user is privately following a playlist.const response = await spotify.follow.areFollowingPlaylist( '7fdQkum2nvXwcaCKnBZ7rR', ['griegs', 'jmperezperez'], ); console.log(response); // Array [ true, false ]