What is that wrong api message

my send url =

curl --header Authorization: OAuth h2f3ng4opcsk2stzvarchfp6nnpdvl --header Client-ID: wur199oz6psaa1s5kr0gxz3gejqwqq --header Accept: application/vnd.twitchtv.v5+json https://api.twitch.tv/kraken/user

but answer wrong =

{“error”:“Unauthorized”,“status”:401,“message”:“missing required oauth scope”}

what is this ?

i fallow this url https://dev.twitch.tv/docs/v5/reference/users/#get-user

The oauth token you are using doesn’t have the “user_read” scope required to make the request.

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