Skip to content
Communication/messaging

circuitsandbox.net

REST API Version 2 sandbox and mock API

Circuit REST API to interact with the Circuit system. [Learn more about the Circuit Development Community](https://www.circuit.com/web/developers/home) Writes persist, data moves on a schedule and every change can fire a signed webhook.

Operations
123
Collections
-
Event types
-
example request
curl https://your-circuitsandbox.slurry.io/rest/v2/conversations \
  -H "Authorization: Bearer slurry_sim_..."

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

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 123.

  • GET/conversations
  • GET/conversations/byIds
  • GET/conversations/community
  • POST/conversations/community
  • PUT/conversations/community/{convId}
  • POST/conversations/community/{convId}/join
  • POST/conversations/community/{convId}/participants
  • DELETE/conversations/community/{convId}/participants
  • GET/conversations/conversationdetails
  • GET/conversations/direct
  • POST/conversations/direct
  • GET/conversations/favorite