Webhook debugging and inspection
Hookmetry receives HTTP POST requests at endpoint-specific capture URLs and stores a webhook log for each accepted request.
Use the log to inspect request data, review the structural reconstruction timeline, retrieve deterministic diagnostics, request AI remediation when eligible, replay to a controlled target, or share a debug session when appropriate.
Use Hookmetry when
- A provider reports a webhook delivery but your application does not behave as expected.
- You need the received headers and request body to diagnose a validation failure.
- You need to reproduce a captured request against a controlled target URL.
- You need to forward requests from an endpoint to a local development server.
- You need a step-by-step account of provider detection, signature construction, and the first divergence point.
Scope
Hookmetry does not replace the provider delivery record, application logs, or application-level idempotency. Use those sources alongside the captured webhook log during an investigation.