Your live hook

This page displays incoming data in real-time, providing a fast, efficient testing environment. Nothing is saved—just live, temporary feedback for immediate validation.

To start receiving events, send a POST, GET, PUT, DELETE, PATCH request to the webhook URL below. The server will respond with a 200 status code and the event will appear in the list below.

https://www.hooks.live/sitemap.xml/hook

There is a rate limit of 5 requests per second. If you exceed this limit, you will receive a 429 status code.

No events received yet

Connecting...

0
  • New Event
  • Heartbeat

Manually send a message to the webhook server to see it in real-time.

You are not connected to the server. While you can still send events, you won't see them in real-time until you're connected.

1curl -X POST https://www.hooks.live/sitemap.xml/hook
2 -H "Content-Type: application/json"
3 -d '{"message": "Hello, World!"}'

Created for fun by Jeff Broderick. Consider supporting me by sharing this project and following me on Twitter.