Telephony/CPaaS
idtbeyond.com
Active Documentation for /v1 sandbox and mock API
Our active docs provide the ability to test out your account and to see the responses to your queries. The services are RESTful, and are accessed using standard HTTP methods over a secure HTTPS channel. Requests and responses are currently sent in JSON format, and have a base URL of /v1. Writes persist, data moves on a schedule and every change can fire a signed webhook.
- Operations
- 15
- Collections
- -
- Event types
- -
example request
curl https://your-idtbeyond.slurry.io/v1/iatu/balance \
-H "Authorization: Bearer slurry_sim_..."Your simulation gets its own hostname, key and IP allow-list. Built from API version 1.1.7.
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 15.
- GET/iatu/balance
- GET/iatu/charges/reports/all
- GET/iatu/charges/reports/all.csv
- GET/iatu/number-validator
- GET/iatu/products/promotions
- GET/iatu/products/reports/all
- GET/iatu/products/reports/all.csv
- GET/iatu/products/reports/local-value
- POST/iatu/topups
- POST/iatu/topups/reports
- GET/iatu/topups/reports/all
- GET/iatu/topups/reports/all.csv