Bearer Token 404 New Link

I am trying to request a bearer token for my server side application and I am using the new link as provided in the API documentation; https://id.twitch.tv/oauth2/token

Every time I try to request, I am getting 404 page not found. Am I missing something?

(I am submitting client id, client secret, and grant type as described in the documentation).

Make sure you are sending a POST request, not GET.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.