Enums
enums #
AlbumGroup #
The relationship between the artist and album.
AlbumType #
ContextType #
CopyrightType #
PlayingType #
Reason #
Restriction reason.
PAYMENT_REQUIRED #
PAYMENT_REQUIRED = 'payment_required'
Payment is required to play the content item.
RecommendationSeedType #
ReleaseDatePrecision #
RepeatState #
Scope #
Authorization Scopes.
USER_READ_PLAYBACK_STATE #
USER_READ_PLAYBACK_STATE = 'user-read-playback-state'
Read access to a user's player state.
USER_MODIFY_PLAYBACK_STATE #
USER_MODIFY_PLAYBACK_STATE = 'user-modify-playback-state'
Write access to a user's playback state.
USER_READ_CURRENTLY_PLAYING #
USER_READ_CURRENTLY_PLAYING = 'user-read-currently-playing'
Read access to a user's currently playing content.
APP_REMOTE_CONTROL #
APP_REMOTE_CONTROL = 'app-remote-control'
Remote control playback of Spotify. This scope is currently available to Spotify iOS and Android SDKs.
STREAMING #
STREAMING = 'streaming'
Control playback of a Spotify track. This scope is currently available to the Web Playback SDK. The user must have a Spotify Premium account.
PLAYLIST_READ_PRIVATE #
PLAYLIST_READ_PRIVATE = 'playlist-read-private'
Read access to user's private playlists.
PLAYLIST_READ_COLLABORATIVE #
PLAYLIST_READ_COLLABORATIVE = 'playlist-read-collaborative'
Include collaborative playlists when requesting a user's playlists.
PLAYLIST_MODIFY_PRIVATE #
PLAYLIST_MODIFY_PRIVATE = 'playlist-modify-private'
Write access to a user's private playlists.
PLAYLIST_MODIFY_PUBLIC #
PLAYLIST_MODIFY_PUBLIC = 'playlist-modify-public'
Write access to a user's public playlists.
USER_FOLLOW_MODIFY #
USER_FOLLOW_MODIFY = 'user-follow-modify'
Write/delete access to the list of artists and other users that the user follows.
USER_FOLLOW_READ #
USER_FOLLOW_READ = 'user-follow-read'
Read access to the list of artists and other users that the user follows.
USER_READ_PLAYBACK_POSITION #
USER_READ_PLAYBACK_POSITION = 'user-read-playback-position'
Read access to a user's playback position in a content.
USER_READ_RECENTLY_PLAYED #
USER_READ_RECENTLY_PLAYED = 'user-read-recently-played'
Read access to a user's recently played tracks.
USER_LIBRARY_MODIFY #
USER_LIBRARY_MODIFY = 'user-library-modify'
Write/delete access to a user's "Your Music" library.
USER_READ_PRIVATE #
USER_READ_PRIVATE = 'user-read-private'
Read access to user's subscription details (type of user account).
USER_SOA_LINK #
USER_SOA_LINK = 'user-soa-link'
Link a partner user account to a Spotify user account.
USER_SOA_UNLINK #
USER_SOA_UNLINK = 'user-soa-unlink'
Unlink a partner user account from a Spotify account.
USER_MANAGE_ENTITLEMENTS #
USER_MANAGE_ENTITLEMENTS = 'user-manage-entitlements'
Modify entitlements for linked users.
USER_CREATE_PARTNER #
USER_CREATE_PARTNER = 'user-create-partner'
Create new partners, platform partners only.