Twitch API - Login

Hey Guys, I plan on making a react/node website that have a sign-in/registration system for a streamer and his community. Is there a way to use the Twitch API to check if user is subscribed to the selected streamer?

You can use the Get Broadcaster Subscriptions endpoint to get a list of all users subscribed to that channel.

When the streamer logs in make sure to include the channel:read:subscriptions scope. This scope is not required when users log in.

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.