On this page

On this page

Statistics

Pro Feature — Statistics are available on the Pro plan.

The statistics panel gives you an overview of your bin's activity — request counts, sizes, method distribution, and usage over time.

Accessing Statistics

Click the Stats button in the toolbar to open the statistics panel.

Available Metrics

Request Count

Total number of requests captured by the bin, with a breakdown by time period.

Average Size

The average body size across all captured requests, helping you understand payload characteristics.

Method Distribution

A breakdown of HTTP methods used:

  • How many GET, POST, PUT, DELETE, etc.
  • Percentage distribution
  • Useful for understanding traffic patterns

Usage Over Time

A timeline view showing request volume, helping you identify patterns and peak usage.

Use Cases

  • Monitoring — Track webhook volume to spot anomalies
  • Debugging — Identify if requests stopped arriving or changed in size
  • Planning — Understand traffic patterns before building your webhook handler