Webhook Capture Tool
Capture, inspect, and debug HTTP requests with ease
1. Create a Bin
Click "Create New Bin" to get a unique URL that will capture incoming HTTP requests.
2. Send Requests
Use your bin's URL as the webhook endpoint in your application or API calls.
3. Inspect Results
Watch requests arrive in real-time and inspect their details, headers, and payloads.
Quick Example
Once you create a bin, you'll get a URL like this:
https://webhooks.jobtarget.com/api/bins/00000000-0000-0000-0000-000000000000/capture
Send a test request using curl:
curl -X POST -H "Content-Type: application/json" -d '{"test": "Hello World"}' https://webhooks.jobtarget.com/api/bins/00000000-0000-0000-0000-000000000000/capture
Features
- Real-time Updates: Watch requests arrive instantly via SignalR
- 7 Day Storage: Bin requests automatically expire after 7 days
- Secure: All data stored locally for internal use only
- Complete Data: Capture headers, body, query strings, and more