Get metadata for a stream.
client_id
Required
Your Twitch app’s Client ID - get this from Twitch apps under the “Manage” button.
access_token
Required
Twitch Access Token - you can get this here: https://stevesie.com/apps/twitch-api/authentication
username
Optional
The Twitch username to fetch stream metadata for.
/helix/streams/metadata
?first=100&user_login={{ username }}
Body
Headers
{{client_id}}
Bearer {{ access_token }}