You need to use the correct prefix for the token. As shown in the example https://dev.twitch.tv/docs/api/reference#get-channel-information the authorization header should be Authorization: Bearer YouTokenHere. If you don’t include Bearer before your token, it wont work.
1 Like