Skip to content

Dashboard

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.

  1. Open Dashboard.
  2. Use endpoint filter to isolate one integration or view all traffic.
  3. Review key cards (successes, retries, failures, totals, success rate).
  4. Use recent activity list to pivot into message details.
  5. Jump to Alerts when failed counts are non-zero.
Terminal window
# Outbound summary metrics
curl "https://api.hookbridge.io/v1/metrics?window=24h" \
-H "Authorization: Bearer YOUR_API_KEY"
# Inbound summary metrics
curl "https://api.hookbridge.io/v1/inbound-metrics?window=24h" \
-H "Authorization: Bearer YOUR_API_KEY"
# Recent outbound logs
curl "https://api.hookbridge.io/v1/logs?limit=20" \
-H "Authorization: Bearer YOUR_API_KEY"
# Recent inbound logs
curl "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.