EventSub authorization

Hey !

I’m creating an eventsub to get this type of events channel.channel_points_custom_reward_redemption.add to be notified when a user buy a custom reward, and I was wondering if my endpoint is going to be call only when a user who gave this permission channel:read:redemptions or if it will be call by every user who is buying a custom reward?

Thanks !

You’ll receive notifications for all users who the reward on the channel you specified in the subscription condition.

1 Like

IE you ask the broadcaster to authenticate with channel:read:redemptions then you can process/recieve redeems made by anyone on that channel.

1 Like

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