provider UsersPlaylists GET
/playlists/{playlist_id}/followers/contains @utdk/spotify
/playlists/{playlist_id}/followers/contains Check if Current User Follows Playlist
Check to see if the current user is following a specified playlist.
**Note:** This endpoint is deprecated. Use [Check User's Saved Items](/documentation/web-api/reference/check-library-contains) instead.
- playlist_id path required
- string
- ids query
- string
Try it
Authentication
Configure credentials for Spotify Web API
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.
Saved automatically to browser storage.
Code snippet
Updates live as you fill in the form above.
TypeScript
import spotify from '@utdk/spotify';
await spotify.checkIfUserFollowsPlaylist()