--- title: 'Twitch' description: '' --- # Twitch undefined | Detail | Value | |---|---| | Category | Gaming | | Base URL | `https://api.twitch.tv/helix` | | Authentication | OAuth2 | | Endpoints | 8 | | Connector key | `twitch` | ## Using Twitch in a workflow 1. Go to **Connections** and click **New Connection**. 2. Pick **Twitch** from the marketplace. 3. Enter your credentials (see Authentication above for what's expected). 4. In a workflow, drop an **API Call** node and select this connection. 5. Pick the operation you need from the Operation dropdown — see the table below. ## Available Endpoints | Endpoint | Summary | |---|---| | [GET ](./get_users_0) | Users | | [GET ](./get_streams_1) | Streams | | [GET ](./get_games_2) | Games | | [GET ](./get_clips_3) | Clips | | [GET ](./get_videos_4) | Videos | | [GET ](./get_channels_5) | Channels | | [GET ](./get_search_6) | Search | | [GET ](./get_subscriptions_7) | Subscriptions | > Each endpoint has its own page with parameter details, an example > `API Call` node configuration, and the response shape.