Webhooks
Inspecting requests
Captured requests show up in your endpoint detail page in real-time.
Real-time updates
We push new requests over WebSockets the moment they're captured.
What you can see
Click any request in the list to see its full details:
- HTTP method, path, query string.
- All request headers.
- Parsed query parameters.
- Raw body — pretty-printed if valid JSON.
- Source IP, timestamp, content type, content length.
Retention
Requests auto-delete after the retention period you set on the endpoint (default 7 days).
Managing requests
- Delete individual requests with the trash icon.
- Clear all requests at once with "Clear all".