Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Subscriptions for User #271

Open
superturboryan opened this issue Oct 26, 2023 · 0 comments
Open

Subscriptions for User #271

superturboryan opened this issue Oct 26, 2023 · 0 comments

Comments

@superturboryan
Copy link

superturboryan commented Oct 26, 2023

Subscriptions returned from API

Endpoint(s):

  • GET /me

I would like to understand what subscriptions will show up in the "plan" and "subscriptions" properties returned for a user by the /me endpoint.

I'm receiving:

"plan": "Free",
...
"subscriptions": [
   {
      "product": {
         "id": "free",
         "name": "Free"
      }
   }
],

Despite my user having a SoundCloud Go subscription.

I suspect that only the "creator" type subscriptions like "Pro (Unlimited)" are being returned from the API, can someone at SoundCloud kindly confirm this?

Is there any way to know if the authenticated user has a Go subscription using the public API?

Cheers 🤙

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant