I am trying to create a widget to get the current number of points from the “Partner Plus” program. The approach I have taken is to query the list of subscribers using https://api.twitch.tv/helix/subscriptions and give a score based on the type of subscription, but this endpoint returns all active subscriptions, even if they are from the previous month. Is there a way to get the date of a subscription to be able to obtain active subscriptions for the current month?
Thank you