soundcloud / api

A public repo for our Developer Community to engage about bugs and feature requests on our Public API
147 stars 23 forks source link

Subscriptions for User #271

Open superturboryan opened 11 months ago

superturboryan commented 11 months ago

Subscriptions returned from API

Endpoint(s):

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 🤙