Dead-simple webhook debugger

Use this URL as a target for the API requests or webhook

https://zekker.dev/tools/webhook-debugger/api/capture/9c3137c0147fc6d29cb9c450bbd08b82

All incoming requests to this endpoint will be displayed below.

Watch another stream

Enter a stream ID to watch events from another stream.

Example curl command

curl -X POST "https://zekker.dev/tools/webhook-debugger/api/capture/9c3137c0147fc6d29cb9c450bbd08b82" \
    -H "Content-Type: application/json" \
    -d '{"message": "Hello world", "timestamp": "2025-05-18T12:34:56Z"}'

Use this curl command to send a test request to your stream.

Contents of this box will be updated in real time with the incoming requests content.