Skip to content
Cloud infrastructure/devops

wiremock.org:admin

WireMock sandbox and mock API

A hosted, stateful simulation shaped like the WireMock API. Writes persist, data moves on a schedule and every change can fire a signed webhook.

Operations
33
Collections
-
Event types
-
example request
curl https://your-wiremock-admin.slurry.io/__admin/mappings \
  -H "Authorization: Bearer slurry_sim_..."

Your simulation gets its own hostname, key and IP allow-list. Built from API version 2.35.0.

What gets simulated

Collections, relationships and state machines are worked out from the spec when you start the simulation.

  • State. Creates, updates and deletes persist and show up in later reads.
  • Behaviour. Records move through their states on a schedule you control, and you can fast-forward up to 30 days.
  • Webhooks. Every change emits a signed, retried event.
  • Failure. Per-endpoint errors, latency and chaos rules, on demand.

Operations

First 12 of 33.

  • GET/__admin/mappings
  • POST/__admin/mappings
  • DELETE/__admin/mappings
  • POST/__admin/mappings/find-by-metadata
  • POST/__admin/mappings/import
  • POST/__admin/mappings/remove-by-metadata
  • POST/__admin/mappings/reset
  • POST/__admin/mappings/save
  • GET/__admin/mappings/{stubMappingId}
  • PUT/__admin/mappings/{stubMappingId}
  • DELETE/__admin/mappings/{stubMappingId}
  • POST/__admin/near-misses/request