I’ve had a valid token for the last 2 months and all of a sudden today it no longer works. I can’t even make basic requests through Postman. I attempted to generate a new bearer token by clicking the new secret button but this new token didn’t help.
Basically when I make the request I’m tapping an endpoint like this:
https://api.twitch.tv/helix/users?login=DrLupo
and setting the headers prior to the request:
Client-ID: **********************
Authorization: Bearer ********************
This process has worked for the last 2 months, has something changed recently that I wasn’t aware of? For reference this is the JSON response I get:
{
"error": "Unauthorized",
"status": 401,
"message": "Invalid OAuth token"
}