Viewing Requests

Learn how to inspect captured webhook requests.

Request List

When you open an endpoint, you'll see a list of all captured requests on the left side. Each request shows:

  • HTTP method (GET, POST, etc.)
  • Source IP address
  • Timestamp

Requests are displayed in real-time — new requests appear immediately without refreshing.

Request Details

Click on any request to view its full details:

Body

The request body, automatically formatted if it's JSON.

Headers

All HTTP headers sent with the request, including Content-Type, User-Agent, and custom headers.

Query Parameters

URL query parameters parsed into key-value pairs.

Metadata

IP address, response time, content length, and timestamp.

Managing Requests

  • Delete Single: Click the trash icon on any request to delete it
  • Clear All: Use the "Clear All" button to delete all requests for an endpoint
  • Auto-delete: Requests are automatically deleted after the retention period (7 days free, 30 days Pro)