App Access Token Limits on EventSub

Nothing.

The subscription stays active.
if the token dies the sub stays active

if you generate a new access token the old access token will remain working until it expires.
Unless you generate 50 tokens then when you generate 51 it forces kills the 1st.

Eventsub Subscriptions remain active regardless

Until it expires, use the validate endpoint to check time left on a given token

50

You don’t have to resub…

You can

  • generate a token
  • create a subscription
  • revoke the token

And the subscription remains active.

You don’t have to do this

once created a subscription remains active regardless of the validatiy of the access token