Getting Started

Try It & Get Code

You don't need to leave the browser, or even write any code, to fire a request at your mock — and once it works, you don't need to hand-translate it into your app's language either.

Try It

Every mock page has a Try It panel: pick a method, enter a path, add a body if the method needs one, and send. The response — status, timing, and body — shows up right there, and the request appears in the Request Inspector like any other call.

Press Ctrl+Enter (Cmd+Enter on Mac) to send without reaching for the mouse.

Get Code

Click Get code next to Try It and MockBase turns the current method, path, and body into a ready-to-paste snippet — cURL, JavaScript (fetch), or Python (requests) — so wiring the same call into your actual app is a copy-paste, not a retype.