Mock API

Spin up a fake endpoint without writing a backend: define the response body and status, choose the HTTP method — and get a URL your app can call. Incoming requests are logged for inspection.

Spin up a fake endpoint without writing a backend: define the response body and status, choose the HTTP method — and get a URL your app can call. Incoming requests are logged for inspection.

How to use

  1. Define the response: body, status code, method
  2. Optionally pick a custom URL slug
  3. Create it and point your app at the URL
  4. Watch incoming requests in the log

Frequently asked questions

What is a mock API for?

To develop and test a client before the real backend exists, or to reproduce edge cases like errors and unusual payloads.

Can I see what my app actually sent?

Yes — the endpoint keeps a log of incoming requests with their headers and bodies.

How long does a mock live?

Mock endpoints are kept for about a month, then cleaned up automatically.