The API can return a 410 Gone if you attempt to create an eventsub subscription with an older version type. For example, we unknowingly passed version “1” to channel.follow
, and received a 410 Gone. It took a minute to realize that the version being passed was causing the 410
Thank you!