Total newbie trying to get started with webhooks

Listening to webhooks requires you to run a publicly accessible web server. This may be difficult on a private network.

The subscription handshake goes as follows.

  1. your application starts listening to HTTP requests
  2. your application sends subscription request to Twitch API
  3. Twitch API sends a confirmation challenge to your application (HTTP server started in step 1)
  4. your application replies to the challenge completing the handshake
1 Like