Documentation

Complete guide to webhooks, debugging, and real-time event monitoring with HookMetry

Quick Start

1. Create an Endpoint

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

2. Send a Test Webhook

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"}'

3. View in Dashboard

Go to Webhook Logs to see your webhook payload, headers, timestamp, and validation results in real-time.