Every SIM in your estate.
Under your command.
Axis is the management layer behind your IoT connectivity. Real-time usage data, automated overage protection, direct SIM control, and a full REST API — without raising a single support ticket.
Automated overage protection.
Set once, works forever.
Watchdog runs continuously in the background, monitoring usage at the SIM, group, and pool level. The moment a SIM approaches its threshold, it's suspended automatically — before a single byte of overage is generated.
- Set rules at SIM level or across your entire pool
- Choose from suspend, warn, or whitelist actions
- Email and webhook alerts when rules trigger
- Full trigger history and audit log retained
Every command.
No ticket. No wait.
The Axis portal puts every SIM operation directly in your hands. Suspend a device, change its data pool, push a remote ping, or update Watchdog rules — all from a browser, in seconds, with no intermediary.
30-minute usage polling.
Not 24-hour-old guesses.
Most carrier portals refresh usage data once a day — or less. By the time you see a spike, the damage is done. Axis polls usage data directly every 30 minutes, so you always have a current picture of every SIM in your estate.
Ship hardware today.
Pay only when it goes live.
Pre-load SIMs into every device at the factory or warehouse. They sit dormant — billing nothing. When a unit is deployed and powered on, activate it instantly via the portal or a single API call.
Ship hardware pre-loaded
SIMs are installed at manufacture or in your warehouse. No activation. No billing. They sit dormant.
Device is installed on-site
Hardware gets installed. It could be a day later, a month later, or six months later — no costs yet.
Activate on go-live day
One click in the portal — or one API call — activates the SIM. Billing starts from that exact moment.
curl -X POST https://api.zentarinetworks.com/v1/sims/activate \ -H "Authorization: Bearer <your_api_key>" \ -H "Content-Type: application/json" \ -d '{ "iccid": "8944500116728214", "pool_id": "fleet-uk-001", "watchdog_rule": "high-usage-suspend" }' // Response { "status": "active", "activated_at": "2026-05-19T09:14:32Z", "billing_start": "2026-06-01T00:00:00Z" }
Everything the portal can do.
Your code can do too.
The Axis REST API exposes every platform capability — SIM management, Watchdog rules, usage data, billing reports — as clean, versioned endpoints. Integrate directly into your own systems, dashboards, or provisioning workflows.
/v1/. Breaking changes are never silent — new versions alongside stable ones.# 1. Create a Watchdog rule for a SIM group curl -X PUT https://api.zentarinetworks.com/v1/watchdog/rules \ -H "Authorization: Bearer <api_key>" \ -d '{ "group_id": "fleet-uk-001", "threshold_pct": 80, "action": "suspend", "alert_email": "ops@company.com" }' # Response { "rule_id": "wd_a4f2", "status": "active" } # 2. Fetch near real-time usage for a SIM curl https://api.zentarinetworks.com/v1/sims/8944500116728214/usage \ -H "Authorization: Bearer <api_key>" # Response { "iccid": "8944500116728214", "cycle_usage_mb": 1229, "cycle_allowance_mb": 5120, "pct_used": 24.0, "polled_at": "2026-05-19T09:02:17Z", "watchdog_rule": "wd_a4f2" }
OpenAPI spec, authentication guide, and full endpoint documentation — everything your team needs to go from zero to production integration.
One shared allowance.
Predictable bills. No waste.
With individual per-SIM caps, you always overprovision some SIMs and underprovision others. Pooled data eliminates both problems — your entire estate shares one allowance, and Watchdog protects the ceiling.
Individual SIM caps
Pooled data allowance
How We Stack Up
Axis vs a traditional carrier portal
Ready to take control of your IoT connectivity?
Join businesses across the UK who have replaced unpredictable carrier bills with a single, transparent, fully managed connectivity platform.
Get in Touch Today