Check Subscription by User endpoint returns my own channel subscription object

Instead of doing a user->channel sub check

Download the channels subscribers in bulk (at 100 subscriptions per page), say up to four times a day, and then you don’t have to waste API requests on the single lookups, and add in data from pubsub to catch subs as they happen.

1 Like