Wow, first of all, thank you so much for your swift replies. I’ve checked the header I was sending. And it turns out that since I typically use the token.SetAuthHeader(request) method to set the header for my requests, I assumed that they included my Client-ID verification somewhere in there. I added the Client-ID to the header, with request.Header.Set, and it worked now! Although it would be nice if there’s a method implemented like the setAuthHeader to set both of that at once for twitch API in one method…
Anyways, can’t stress enough on how long I was trying to figure this out, thank you so so much!!!
Now… just need to figure out how to close this thread.