In the old twitch (kraken) Get User Follows API, the response includes “notifications” boolean field per followed channel object indicating whether live notifications are enabled for that user follow relationship:
In the new twitch (helix) Get Users Follows API, it seems this field is no longer present:
For my use case, I’d like to know whether live notifications are enabled for all the channels followed by a user (mainly myself), or put differently, obtain list of channels with enabled notifications for a user.
Is there an equivalent API (or sequence of APIs) that can achieve this in the new twitch API? From first glance, it seems the new API loses this functionality.
Thanks