Dashboard
Why You Would Use This
Section titled “Why You Would Use This”Dashboard is the quickest way to answer: “Are deliveries healthy right now?”
It combines recent metrics and recent activity so you can spot failures, retry pressure, and latency shifts early.
Console Workflow
Section titled “Console Workflow”- Open Dashboard.
- Use endpoint filter to isolate one integration or view all traffic.
- Review key cards (successes, retries, failures, totals, success rate).
- Use recent activity list to pivot into message details.
- Jump to Alerts when failed counts are non-zero.
API Mapping
Section titled “API Mapping”# Outbound summary metricscurl "https://api.hookbridge.io/v1/metrics?window=24h" \ -H "Authorization: Bearer YOUR_API_KEY"
# Inbound summary metricscurl "https://api.hookbridge.io/v1/inbound-metrics?window=24h" \ -H "Authorization: Bearer YOUR_API_KEY"
# Recent outbound logscurl "https://api.hookbridge.io/v1/logs?limit=20" \ -H "Authorization: Bearer YOUR_API_KEY"
# Recent inbound logscurl "https://api.hookbridge.io/v1/inbound-logs?limit=20" \ -H "Authorization: Bearer YOUR_API_KEY" Personalize Examples
Enter your credentials to populate code examples throughout the docs.