WebTools

Mock API

Mock API is a service with an admin panel that lets you define fake REST endpoints: URL paths, HTTP methods, response status and body (JSON or text), and optional delay. Frontend and integration tests can call these endpoints instead of real backends.

Features

  • Configure endpoints via UI (path, method, status, body)
  • Optional response delay for loading states
  • JSON or plain text responses
  • Useful for prototyping and automated tests

The service runs on our infrastructure; the admin and docs are linked when the product is available.