Project management & work tracking
onsched.com:consumer
OnSched Consumer sandbox and mock API
Build secure and scalable custom apps for Online Booking. Our flexible API provides many options for availability and booking. <br><br> Take the API for a test drive. Just click on the Authorize button below and authenticate. You can access our demo company profile if you are not a customer, or your own profile by using your assigned ClientId and Secret. <br><br> The API has two interfaces, consum Writes persist, data moves on a schedule and every change can fire a signed webhook.
- Operations
- 38
- Collections
- -
- Event types
- -
example request
curl https://your-onsched-consumer.slurry.io/consumer/v1/appointments \
-H "Authorization: Bearer slurry_sim_..."Your simulation gets its own hostname, key and IP allow-list. Built from API version v1.
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 38.
- GET/consumer/v1/appointments
- POST/consumer/v1/appointments
- GET/consumer/v1/appointments/bookingfields
- GET/consumer/v1/appointments/customfields
- GET/consumer/v1/appointments/{id}
- DELETE/consumer/v1/appointments/{id}
- PUT/consumer/v1/appointments/{id}/book
- PUT/consumer/v1/appointments/{id}/cancel
- PUT/consumer/v1/appointments/{id}/confirm
- PUT/consumer/v1/appointments/{id}/noshow
- PUT/consumer/v1/appointments/{id}/reschedule
- PUT/consumer/v1/appointments/{id}/reserve