Web API •References / Users / Check if Current User Follows Playlist
Check if Current User Follows Playlist
Check to see if the current user is following a specified playlist.
Request
- playlist_idstringRequired
The Spotify ID of the playlist.
Example:3cEYpjA9oz9GiPac4AsH4n
- idsstring
Deprecated A single item list containing current user's Spotify Username. Maximum: 1 id.
Example:ids=jmperezperez
Response
Array of boolean, containing a single boolean
Example:
[true]
curl --request GET \
--url https://api.spotify.com/v1/playlists/3cEYpjA9oz9GiPac4AsH4n/followers/contains \
--header 'Authorization: Bearer 1POdFZRZbvb...qqillRxMr2z'
Response sample
[true]