Event Sub Example Not Working

Hi @ BarryCarlyon,
I’ve looked at your example, as well as many others in online.

So glad to see I’m not the only one with this issue. Meaning, responding to Twitch’s ack of our subscription. Btw, I’m not working in PHP.
When I run the request I get a 404.

I’m looking for a simple request example which specifically states:

  1. Twitch Endpoint
  2. URL Parameter(s)
  3. Headers
  4. Body

Here is what I’m doing:

  1. Endpoint - https://api.twitch.tv/helix/webhooks/callback
  2. URL Parameter - ?status=200
  3. Headers - Client-ID & Authorization
  4. Body - challenge (as a string in raw format)

Please let me know where I went wrong. Thank you in advance!