Activate devices (bulk)
Activate SIMs by ICCID range, individual ICCID list, or EID range. Maximum of 2,500 SIMs per request. Once a SIM is activated, you can begin passing data. plan and zone are required for all live activations.
Authorizations
HTTP Basic authentication using API keys. Set the username to apikey and the password to your API key. You can find your API key on the Hologram Dashboard under Account Settings.
Body
List of SIM ICCIDs to activate. Exactly one of sims, simrange, or eidrange is required.
Inclusive ICCID range to activate, formatted as {first}-{last}. Exactly one of sims, simrange, or eidrange is required.
"89330123456789012345-89330123456789012365"
Inclusive EID range to activate, formatted as {first}-{last}. Exactly one of sims, simrange, or eidrange is required.
Data plan ID to assign to each activated SIM. Required for live activations.
Availability zone for the plan. Required for live activations.
"global"
Data overage limit in bytes. -1 for unlimited.
SMS limit. -1 for unlimited.
Data alert threshold in bytes. An alert is triggered when usage exceeds this value.
Tag ID to apply to every activated device.
When true, SIMs currently in preflight (test mode) are treated as new live activations rather than test-to-live transitions. Preflight plan and zone are replaced with the values provided in this request.