Yes that’s normal because that endpoint doesn’t exist in v3 and so returns a 404.
To use a v5 endpoint you need to use either the 'Accept: application/vnd.twitchtv.v5+json' header or api_version=5 querystring param when making the request.
Yes that’s normal because that endpoint doesn’t exist in v3 and so returns a 404.
To use a v5 endpoint you need to use either the 'Accept: application/vnd.twitchtv.v5+json' header or api_version=5 querystring param when making the request.