My App Access token is not working

I send like this.

curl -H "Authorization: Bearer " https://api.twitch.tv/helix/videos?id=

But it responses “Client ID and OAuth token do not match.”.

When I send this, It returns success.
"curl -H “Authorization: Bearer " https://id.twitch.tv/oauth2/validate

What’s wrong??
Should I include Client id in request header?

Yes

Both Client-ID and Authorization should be provided*

*Except for the validation endpoint

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