E-commerce platforms
letmc.com:basic-tier
LetMC Api V2, Basic (Tier 2) sandbox and mock API
A hosted, stateful simulation shaped like the LetMC Api V2, Basic (Tier 2) API. Writes persist, data moves on a schedule and every change can fire a signed webhook.
- Operations
- 45
- Collections
- -
- Event types
- -
example request
curl https://your-letmc-basic-tier.slurry.io/v2/tier2/123/area/areas \
-H "Authorization: Bearer slurry_sim_..."Your simulation gets its own hostname, key and IP allow-list. Built from API version v2-basic-tier.
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 45.
- GET/v2/tier2/{shortName}/area/areas
- GET/v2/tier2/{shortName}/area/areas/{areaID}
- GET/v2/tier2/{shortName}/branch/branches
- GET/v2/tier2/{shortName}/branch/branches/{branchID}
- GET/v2/tier2/{shortName}/company
- GET/v2/tier2/{shortName}/county/counties
- GET/v2/tier2/{shortName}/county/counties/{countyID}
- GET/v2/tier2/{shortName}/county/counties/{countyID}/branches
- GET/v2/tier2/{shortName}/diary/allocations
- GET/v2/tier2/{shortName}/diary/allocations/{diaryAllocationID}
- GET/v2/tier2/{shortName}/diary/appointments
- GET/v2/tier2/{shortName}/diary/appointments/{diaryAppointmentID}