Telephony/CPaaS
callcontrol.com
Call Control sandbox and mock API
API for blocking phone calls with Call Control. Data is from crowdsourced community blacklist from 12+ million users and government agencies (FTC, FCC, IRS) Try with api_key 'demo', hit explore above, and then try phone numbers 18008472911,13157244022,17275567300,18008276655,12061231234. Writes persist, data moves on a schedule and every change can fire a signed webhook.
- Operations
- 6
- Collections
- -
- Event types
- -
example request
curl https://your-callcontrol.slurry.io/api/2015-11-01/Complaints/123 \
-H "Authorization: Bearer slurry_sim_..."Your simulation gets its own hostname, key and IP allow-list. Built from API version 2015-11-01.
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
All 6.
- GET/api/2015-11-01/Complaints/{phoneNumber}
- GET/api/2015-11-01/Enterprise/GetUser/{phoneNumber}
- GET/api/2015-11-01/Enterprise/ShouldBlock/{phoneNumber}/{userPhoneNumber}
- POST/api/2015-11-01/Enterprise/UpsertUser
- POST/api/2015-11-01/Report
- GET/api/2015-11-01/Reputation/{phoneNumber}