Inspect API requests and webhook events in real-time.
No signup or account required — start instantly.
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.
Generate a full mock backend from any OpenAPI spec in seconds.
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.