This topic is meant to show a general way to call the Twitch API without OAuth. You can call any APIs found in the Twitch REST API documentation using this pattern. You would simply change the URL to the correct endpoint.
A Client-ID is required for all calls to the Twitch API. In these examples, the Client-ID is added as a header to each call. You can also add it with the client_id
query string parameter. If you use an OAuth token, the Twitch API will automatically resolve the Client-ID for you.
You can register a developer application at the new client page on Twitch.