What each request shows
Each captured request displays the following information:
Click on any request in the list to expand and read its full details.
How real-time updates work
The viewer maintains a WebSocket connection to Swisstools for as long as the page is open. When an external service sends a request to your inbox URL, the server immediately pushes it to all connected viewers. No refresh is needed, and multiple team members can watch the same inbox simultaneously. If you want to connect to the stream programmatically, use the WebSocket endpoint directly:<webhook_id> with the ID shown in your inbox URL. Each message is a JSON object containing the method, headers, body, query parameters, and timestamp of the incoming request.
The viewer shows the 50 most recent requests per inbox, retained for 12 hours. Requests are dropped oldest-first once the limit is reached, and all requests expire automatically after 12 hours.