Skip to content
Other

autotask.net

Datto|Autotask PSA Rest sandbox and mock API

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

Operations
600
Collections
-
Event types
-
example request
curl https://your-autotask.slurry.io/ATServicesRest/V1.0/ActionTypes/entityInformation \
  -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 600.

  • POST/V1.0/ActionTypes
  • PUT/V1.0/ActionTypes
  • PATCH/V1.0/ActionTypes
  • GET/V1.0/ActionTypes/entityInformation
  • GET/V1.0/ActionTypes/entityInformation/fields
  • GET/V1.0/ActionTypes/entityInformation/userDefinedFields
  • GET/V1.0/ActionTypes/query
  • POST/V1.0/ActionTypes/query
  • GET/V1.0/ActionTypes/query/count
  • POST/V1.0/ActionTypes/query/count
  • GET/V1.0/ActionTypes/{id}
  • DELETE/V1.0/ActionTypes/{id}