【Twitch Drop】Problem with Passing the access token to the API

We follow the procedure in the developer manual
Problem with token validation from https://id.twitch.tv/oauth2/validate

https://id.twitch.tv/oauth2/validate?Authorization: Bearer =1w5weaumlg3abuke514kgiycy9wegs

{
“status”: 401,
“message”: “missing authorization token”
}


If anyone can provide answers we would be very grateful

revoked the token for you & it should be a header, not query param: curl -H "Authorization: OAuth accessTokenGoesHere" https://id.twitch.tv/oauth2/validate

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