Skip to content
DocumentationAPI Reference

Following

Get Followed Artists
FollowingBulkRetrieveResponse Me.Following.BulkRetrieve(FollowingBulkRetrieveParams?parameters, CancellationTokencancellationToken = default)
GET/me/following
Follow Artists or Users
Me.Following.Follow(FollowingFollowParamsparameters, CancellationTokencancellationToken = default)
PUT/me/following
Unfollow Artists or Users
Me.Following.Unfollow(FollowingUnfollowParams?parameters, CancellationTokencancellationToken = default)
DELETE/me/following
Check If User Follows Artists or Users
IReadOnlyList<Boolean> Me.Following.Check(FollowingCheckParamsparameters, CancellationTokencancellationToken = default)
GET/me/following/contains