Webhook Inspector

Send webhooks to your endpoint below and replay them easily.

Request History

Try with curl (Windows & Mac/Linux)

Windows CMD:

curl -X POST https://hookcrate.io/hook/a87740a1-8514-442f-9006-6d9b8fe8b7aa -H "Content-Type: application/json" -d "{\"test\": \"Hello Hookcrate!\"}"

macOS / Linux / WSL:

curl -X POST https://hookcrate.io/hook/a87740a1-8514-442f-9006-6d9b8fe8b7aa -H "Content-Type: application/json" -d '{"test": "Hello Hookcrate!"}'