Hi. I’m trying to get an access token, but when I make a call to the https://id.twitch.tv/oauth2/token/ website, I keep getting a 404 error.
I have tried using curl & postman, and keep getting the same error. I’m not sure exactly what I’m doing wrong. The URL below is what I am using, along with the header ‘Content-Type’: ‘application/x-www-form-urlencoded’
https://id.twitch.tv/oauth2/token/?client_id=&client_secret=&grant_type=client_credentials
Any help would be greatly appreciated. Thank you