Home / Formulas / Twitch

Twitch

twitch

Authenticate with Twitch using OAuth device code flow. Access Twitch API for streams, users, and extensions.

🔐 Authentication Methods

device_code
device: https://id.twitch.tv/oauth2/device
token: https://id.twitch.tv/oauth2/token
Scope: user:read:email channel:read:subscriptions bits:read moderation:read

👤 Identity

Client: Use your Twitch client ID

🌐 APIs

helix
Base URL: https://api.twitch.tv/helix
Auth Header: Authorization: Bearer {token}
Methods: device_code

📦 Public Clients

These clients are bundled with the formula. Schlussel auto-selects the first available public client and its supported method. Just run the command below.

twitch-cli
Client ID: YOUR_CLIENT_ID
Methods: device_code
$ schlussel run twitch
← Back to all formulas