Inspect API requests and webhook events in real-time.
No more digging through logs or guessing what's happening — instantly see requests & responses. Easily expose your local API to test integrations and capture webhook events from remote systems.
View headers, query parameters, request bodies, and response details in real-time.
Capture and review webhook payloads from third-party services with ease.
Forward incoming requests to your backend service and inspect the complete flow.
Monitor incoming requests as they happen in your terminal and UI.
Review past requests with filtering and search, replay them as needed.
Expose local services with secure, custom subdomains for testing and demos.
Run your app locally on http://localhost:3000
.
npx @inspectr/inspectr --backend="http://localhost:3000"
Start Inspectr and expose your service.
Visit http://localhost:4004 to view the Inspectr UI.
curl http://localhost:8080
Send requests to http://localhost:8080
and see them live.