Search & Filter
As your bin accumulates requests, searching and filtering helps you find exactly what you're looking for.
Search Bar
Press / or click the search bar to start searching. The search checks:
- HTTP method — Type "POST" to find all POST requests
- Path — Search for specific webhook paths
- Body content — Find requests containing specific data
Results update in real time as you type.
Method Filter
Filter the request list by HTTP method to focus on specific request types. This is useful when your bin receives mixed traffic (e.g., health checks via GET and webhook payloads via POST).
Keyboard Navigation
Navigate search results without leaving the keyboard:
j/↓— Move to next requestk/↑— Move to previous requestEnter— Select focused requestEscape— Clear search and return to full list