Webhook when user starts stream with empty data on body

https://dev.twitch.tv/docs/api/webhooks-guide/#getting-notifications

Disambiguating Payloads

To easily disambiguate notification payloads from each other (especially for “stream down” events), you can do either of following:

  • Inspect the topic string (found in the link header).
  • Use a different callback URL for each subscription; e.g., by changing the path or the query parameters.
1 Like