Helpdesk & ticketing
raw.githubusercontent.com
Chatwoot sandbox and mock API
This is the API documentation for Chatwoot server. Writes persist, data moves on a schedule and every change can fire a signed webhook.
- Operations
- 157
- Collections
- -
- Event types
- -
example request
curl https://your-chatwoot.slurry.io/platform/api/v1/agent_bots \
-H "Authorization: Bearer slurry_sim_..."Your simulation gets its own hostname, key and IP allow-list. Built from API version 1.1.0.
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 157.
- POST/platform/api/v1/accounts
- GET/platform/api/v1/accounts/{account_id}
- PATCH/platform/api/v1/accounts/{account_id}
- DELETE/platform/api/v1/accounts/{account_id}
- GET/platform/api/v1/accounts/{account_id}/account_users
- POST/platform/api/v1/accounts/{account_id}/account_users
- DELETE/platform/api/v1/accounts/{account_id}/account_users
- GET/platform/api/v1/agent_bots
- POST/platform/api/v1/agent_bots
- GET/platform/api/v1/agent_bots/{id}
- PATCH/platform/api/v1/agent_bots/{id}
- DELETE/platform/api/v1/agent_bots/{id}