Skip to content
Project management & work tracking

onsched.com:setup

OnSched Setup sandbox and mock API

Build secure and scalable custom apps for onboarding and setup. Our flexible API provides many options for configuration. <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, consumer an Writes persist, data moves on a schedule and every change can fire a signed webhook.

Operations
138
Collections
-
Event types
-
example request
curl https://your-onsched-setup.slurry.io/setup/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 138.

  • GET/setup/v1/appointments
  • GET/setup/v1/appointments/{id}
  • PUT/setup/v1/appointments/{id}/reassign/resource/{resourceId}
  • GET/setup/v1/businessusers
  • POST/setup/v1/businessusers
  • GET/setup/v1/businessusers/permissions
  • GET/setup/v1/businessusers/{email}/companies
  • GET/setup/v1/businessusers/{id}
  • PUT/setup/v1/businessusers/{id}
  • DELETE/setup/v1/businessusers/{id}
  • GET/setup/v1/calendars
  • POST/setup/v1/calendars