Getting Started

Request Inspector

Every request to your mock shows up live in the Request Inspector — no refreshing, no polling. It's a WebSocket stream, so a request appears the moment it happens.

What you see per request

  • Method and path
  • Status code returned
  • Latency
  • Headers and body
  • The calling client's IP address

Why it matters

It's the fastest way to confirm your app is actually calling the endpoint you think it is, with the payload you think it's sending — especially useful right after wiring up a new integration, or when a response isn't what you expected and you need to see the exact request that produced it.