Soracom
Soracom is a global IoT cellular connectivity and platform provider headquartered in Tokyo, founded in 2014, with regional operations in the US (Soracom Global) and EU. The platform pairs multicarrier SIMs (physical, eSIM, iSIM) across 170+ countries with a deep platform of cloud integration services (Beam, Funnel, Funk), data services (Harvest, Lagoon, Query, Orbit), device management (Inventory, Krypton, Endorse, Napter), and network gateways (VPG / Canal / Direct / Door / Gate / Junction / Peek). Soracom exposes the entire stack through a coverage-aware REST API documented at users.soracom.io and maintained as a public OpenAPI 3.0 specification in the soracom-cli GitHub repo.
APIs
Soracom SIM Management API
Manage Soracom Air for Cellular SIMs (and Subscribers) — list, get, create Arc virtual SIMs, activate/deactivate/suspend/terminate, set group binding, set IMEI lock, view sessio...
Soracom Group Configuration API
Manage Soracom groups and per-service configuration. Groups bind SIMs and devices to namespaced configuration for SoracomAir, SoracomBeam, SoracomFunnel, SoracomFunk, SoracomHar...
Soracom Harvest API
Soracom Harvest is a managed time-series and file store for IoT device payloads. The API retrieves data entries by Subscriber/Device/SigfoxDevice/LoraDevice, lists indexed resou...
Soracom Inventory API
Soracom Inventory provides LwM2M-based registration, object models, resource read/write, observe/notify subscriptions, and remote execution against IoT devices.
Soracom Napter API
Soracom Napter creates on-demand TCP port mappings (with optional TLS) that allow a defined source CIDR to reach a SIM-attached device's TCP port for SSH, HTTP(S), VNC, or RDP-s...
Soracom Event Handler API
Configure event handlers (rules + actions) on SIM, data, and billing events; manage the Credentials Store; and deploy Orbit Soralets (WebAssembly inline payload transforms).
Soracom Virtual Private Gateway API
Provision and manage Soracom Virtual Private Gateways (VPG) including Canal (AWS VPC peering), Direct (AWS Direct Connect), Door (IPSec VPN), Gate (reverse-NAT), Junction (packe...
Soracom Billing API
Retrieve usage charges (monthly bills, daily bill items, per-SIM and per-bill-item summaries), export bills to CSV, manage payment methods, register coupons, manage orders, and ...
Soracom Stats and Diagnostics API
Retrieve cellular data usage statistics (per SIM/subscriber/group/account), API and Napter audit logs, operator error logs, and diagnostic features.
Soracom Auth and Access Management API
Authenticate operators (email/password or AuthKey), issue short-lived API Keys + Tokens, manage operator profile, SAM (Soracom Access Management) users and roles, MFA settings, ...
Soracom Analysis and Query API
Asynchronous SQL query execution over Soracom Query tables (SIM_SESSION_EVENTS, SIM_LOCATIONS, BILLING, and more) and search across SIMs, Inventory devices, and Sigfox devices.
Soracom Lagoon API
Manage Soracom Lagoon (managed Grafana) subscription, plan tier, organization, dashboards, users, licenses, and data sources.
Soracom Air for LoRaWAN API
Manage Soracom Air for LoRaWAN — devices, gateways, network sets, session keys, and group binding for LoRaWAN deployments.
Soracom Air for Sigfox API
Manage Soracom Air for Sigfox devices.
Soracom Cloud Camera Services API
Manage Soracom Cloud Camera Services (SoraCam) devices, livestream URLs, image exports, recording exports, motion events, atomic timestamps, and dedicated cellular pack provisio...
Soracom Batch API
Batch processing — create batch groups, define jobs that invoke API operations across many SIMs or devices, and inspect tasks for status and results.
Soracom Platform API (Aggregate)
The full monolithic Soracom Platform OpenAPI spec — 487 operations across 40 tags covering every Soracom service surface (Sim, Subscriber, Group, Harvest, Inventory, Napter, Eve...
Soracom Sandbox API
Soracom Sandbox API for safely exercising platform workflows. Lets developers create test coupons, fake SIMs, and dummy subscriber records, then run normal API calls against the...
Collections
Soracom Analysis and Query API
POSTMANSoracom Batch API
POSTMANSoracom Billing API
POSTMANSoracom Event Handler API
POSTMANSoracom Group Configuration API
POSTMANSoracom Harvest API
POSTMANSoracom Inventory API
POSTMANSoracom Lagoon API
POSTMANSoracom Air for LoRaWAN API
POSTMANSoracom Napter API
POSTMANSoracom API
POSTMANSORACOM SANDBOX API
POSTMANSoracom Air for Sigfox API
POSTMANSoracom SIM Management API
POSTMANSoracom Batch API
OPENSoracom Billing API
OPENSoracom Harvest API
OPENSoracom Lagoon API
OPENSoracom Napter API
OPENSoracom API
OPENSORACOM SANDBOX API
OPENArazzo Workflows
Soracom Audit SIM Session Events
Confirm a SIM exists, read its current session status, and pull its session event history for an audit window.
ARAZZOSoracom Collect SIM Harvest Data
Confirm a SIM exists, pull its Harvest Data entries, and fall back to the generic Harvest endpoint when empty.
ARAZZOSoracom Create Monthly Traffic Event Handler
Create an event handler that caps a group's monthly traffic and notifies the operator, then verify it.
ARAZZOSoracom Deactivate IoT SIM with Guard
Read a SIM, deactivate it only when it is currently active, then confirm the inactive status.
ARAZZOSoracom Export Monthly Billing CSV
Read a finalized monthly bill, kick off an async detailed-billing CSV export, and poll until the download URL is ready.
ARAZZOSoracom Provision Group and Attach SIM
Create a SIM group, apply a service configuration, attach an existing SIM, and verify the binding.
ARAZZOSoracom Register and Activate IoT SIM
Register a physical IoT SIM to the operator, activate it, bind it to a SIM group, and confirm its state.
ARAZZOSoracom Register and Verify Coupon
List currently registered coupons, register a new coupon code, then re-list to confirm the credit applied.
ARAZZOSoracom Register Inventory Device to Group
Create a Soracom Inventory device, bind it to an Inventory group, and confirm the binding.
ARAZZOSoracom Register Subscriber to Group
Register a subscriber by IMSI, activate it, bind it to a group, and confirm its state.
ARAZZOSoracom Send SMS to Active IoT SIM
Look up a SIM, branch on whether it is active, and send a downlink SMS only when it can receive one.
ARAZZO