CheckFollowedArtists
CheckFollowedArtists checks whether the user follows specific artists. Useful for rendering follow/unfollow toggle state in the UI. Requires the “read” scope.
Headers
OAuth 2.0 Bearer token with the 'read' scope. Required for all library operations. Format: Bearer <access_token>.
"Bearer eyJhbGciOiJSUzI1NiIs..."
Preferred locale for localized content in returned items (BCP 47).
"ar"
Body
CheckFollowedArtistsRequest is the request message for checking whether artists are followed by the user.
ArtistIDList is a list of artist identifiers for batch operations.
Response
Successful response
CheckFollowedArtistsResponse is the response message indicating which artists are followed.
Map of artist ID to followed status. Every requested ID appears in this map. True indicates the user follows this artist.