Complete guide to webhooks, debugging, and real-time event monitoring with HookMetry
Navigate to the Endpoints page and click "Create Endpoint". Choose a validation type and optionally provide a secret.
Your unique webhook URL will be generated instantly
Use curl to send your first test webhook:
curl -X POST https://hookmetry.com/webhook/ep_your_id \
-H "Content-Type: application/json" \
-d '{"event": "test", "message": "Hello World"}'Go to Webhook Logs to see your webhook payload, headers, timestamp, and validation results in real-time.