Mock engine
Priority routes, weighted responses, latency profiles, reject mode, and template helpers.
Limited free PTM trial — use every SSIT feature at no cost. No subscription or payment required. Join PTM
Unlimited scans, workspace dashboards, API keys, and team seats — plus White Label APIs to embed SSIT tools in your own product under your brand.
Stand up realistic HTTP mocks in minutes — routes, rules, logs, auth, and safe upstream proxy — then ship integrations without waiting on backends.
Platform
A first-class SSIT feature for Admin and Partner Tenant Manager. Each mock server gets a public path under
/mock/:slug, so frontends, mobile apps, and webhooks can hit stable endpoints while you iterate on contracts.
Configure auth once, publish versions when rules go live, and inspect every request.
Workflow
Three steps from empty workspace to a live mock your team can call.
Name it, pick a slug, enable logging and CORS. Optionally require Bearer or JWT on every request.
Match method, path, headers, or query — return JSON or text. Publish version to promote draft rules.
Hit /mock/:slug/…, inspect requests, replay them, and refine rules from real traffic.
Capabilities
Everything you need to mock, test, and harden API contracts.
Priority routes, weighted responses, latency profiles, reject mode, and template helpers.
Built-in request inspector, API tester with auth header, snippets, and rule dry-run.
Protect the whole mock with Bearer, JWT, API key, or Basic — configured once in Settings.
Selective proxy with SSRF allowlist, encrypted secrets, and rate limits.
Import specs to scaffold mocks; export config for sharing across teams.
Promote draft rules to live and bump a clear version badge without changing the URL.
Integration
Call your public base path with the same headers your production API expects.
curl -X GET "https://your-host/mock/demo-store/products" \ -H "Authorization: Bearer demo-bearer-token" \ -H "Accept: application/json"
Trust
Built for teams that mock real integrations without exposing internals.
Entitle API Mock Server on your workspace and create your first slug in under a minute.
Open in PTMSupport
It is a hosted mock API platform for developers and teams. Create a slug, define routes and rules, return static or dynamic responses, inspect traffic, and optionally proxy to allowlisted upstreams.
Open Partner Tenant Manager (PTM), entitle API Mock Server on your workspace, then create a mock server under /workspace/api-mock-server. Public calls go to /mock/:slug/*.
Auth is configured once per mock server under Settings → Authentication. Enable require auth, choose Bearer or JWT, paste the exact token string, and save. Clients send Authorization: Bearer <token>. JWT is matched as an opaque Bearer value (signature is not verified). Auth applies to every public endpoint on that server.
Yes. Response templates support safe helpers such as uuid, timestamp, random.* and request.* without eval. Weighted responses, latency, and stateful collections are available on entitled plans.
Proxy and callouts require an explicit host allowlist. Private IPs, metadata hosts, and non-HTTP(S) targets are blocked (SSRF protection).
Yes. Import an OpenAPI document to generate routes and example responses, or export your mock configuration as OpenAPI-ish JSON.
Publish version promotes draft rules to published and increments the version badge. It does not change the public URL. Use it after editing rules so your team knows which config is live.
PTM catalog quotas and tenantCapabilities control max servers/routes/rules, retention, proxy, callouts, analytics, and OpenAPI features — not hard-coded in the runtime UI. Free trial includes a starter quota of mock request runs.
Need help choosing a plan? Compare pricing or schedule a meeting.
Open PTM, entitle API Mock Server, and create your first slug in under a minute.
Open in PTM