emnify · Arazzo Workflow
emnify Suspend SIM When Active
Version 1.0.0
Authenticate, read a SIM, and suspend it only when it is currently Activated.
View Spec
View on GitHub
IoTInternet of ThingsCellular ConnectivityIoT SIMeSIMConsumer eSIMSGP.32M2MNTN-IoTSatelliteSuperNetworkArazzoWorkflows
Provider
Workflows
suspend-sim-when-active
Suspend an Activated SIM to stop accruing charges.
Authenticates, fetches the SIM by ID, and suspends it only when its current status is Activated.
1
authenticate
authenticate
Exchange the application token for an auth_token used as a Bearer token.
2
getSim
sim-by-id-get
Retrieve SIM details so its current status can be evaluated.
3
suspendSim
sim-by-id-patch
Update the SIM status to Suspended (id 2) to stop accruing charges.