In legacy twitch api you need to submit a request to the root URL “https://api.twitch.tv/kraken”, but in helix version it doesn’t seem to work
Call the validation endpoint
curl -X GET 'https://id.twitch.tv/oauth2/validate' \
-H 'Authorization: Bearer <access token goes here>'
Thanks a lot!