How to check scopes for existing Oauth token?

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>'
1 Like

Thanks a lot!

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