v1

latestOpenAPI 3.0.32026-07-139687282.9 KB
Users
Playlists

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 instead.

get/playlists/{playlist_id}/followers/contains

Path parameters

playlist_idstring required

The Spotify ID of the playlist.

Example:3cEYpjA9oz9GiPac4AsH4n

Query parameters

idsstring

Deprecated A single item list containing current user's Spotify Username. Maximum: 1 id.

Example:jmperezperez

Response

Array of boolean, containing a single boolean

boolean[] required

Example response

[
  true
]