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
linkheader). - Use a different callback URL for each subscription; e.g., by changing the path or the query parameters.