Announcements

Help Wizard

Step 1

NEXT STEP

Handling user's free and premium subscription in web api?

Solved!

Handling user's free and premium subscription in web api?

Building one personal hobby project with Spotify 
I have no idea how to distinguish or handle user's with free and premium subscription. 

Can anyone explain?

Reply

Accepted Solutions
Marked as solution

You can use the Get Current User's Profile endpoint. Their subscription will be displayed under product. This field is only available when the current user has granted access to the user-read-private scope.

View solution in original post

1 Reply
Marked as solution

You can use the Get Current User's Profile endpoint. Their subscription will be displayed under product. This field is only available when the current user has granted access to the user-read-private scope.

Suggested posts