I’m trying to use ‘https://api.twitch.tv/kraken/channels’ endpoint as documented here: https://dev.twitch.tv/docs/v5/reference/channels/#get-channel but I must be missing something because I’m getting returned a 404 error.
When sending a request with the exact same Client-ID and Authorization headers to ‘https://api.twitch.tv/kraken’ to check the OAuth token, I get the correct response for the token, including showing that the channel_read scope required for the channels endpoint is present.
Any advice on why using get channel using that token returns 404?