Authed User's Subscriptions
It would be great if an authenticated user could look up their own list of subscriptions. Currently, we allow a broadcaster to look up their subscribers, which is channel -> users, but we do not have a way to look up users -> channel. The workaround today is to get all follows for a given authenticated user and then one-by-one look up if the authed user is subscribed to the followed channel.

-
DailyDisclosure commented
Has anyone heard of any work being done on this, or are there any other solutions people are using? I think being able to get a user's subscriptions would provide a ton of value to people or products looking to help users manage their subscriptions/accounts.
Ideally, I would like to be able to access the data from the /subscriptions page from the web app and perhaps even subscribe to events when a new sub is started, renewed, canceled, or upgraded. Thanks!
- Subscribed Channel
- Subscription Tier
- Subscription Price (to account for any promos)
- Total Months Subscribed
- Current Sub-Streak
- Sub Renew Date
- Payment Method -
graham commented