I redacted information just in case (unsure of whether or not there is any secret information there). The rate limit response headers should be here, however, they’re not…
OAuth Access Token…Did I set this up right?:
I am getting rate limited (429 responses).
How I gathered my Access Token:
I made a GET request to https://id.twitch.tv/oauth2/token to gather that information.
Thank you. I was able to fix my issue. My error was that I had designed a couple of functions to fetch different contents. I refactored my code, query, such that I have one function pulling all the necessary data I need now (using expansions). I am no longer getting rate limited or having issues.