Preflight is Hologram's answer to allowing users to test devices during manufacturing without having to activate their SIMs. This guide goes over the process of setting up devices in Preflight using the REST API.
Preflight is available only to customers on our Enterprise plans. If you’re already a Hologram customer, contact your Account Executive to learn more about Preflight. If you’re a new customer or don’t have a CSM, contact our sales team to learn more.
To set up devices on Preflight you'll need to use the the following call:
POST https://dashboard.hologram.io/api/1/links/cellular/bulkclaim?preview=0
BODY:
{
"sims":["SIM_1,SIM_2,...SIM_N"],
"orgid":YOUR_ORG_ID,
"testmode":"TEST_MODE",
"plan": PLAN,
"zone": ZONE,
}
The available testmode parameters are:activate
for TestActivateautoactivate
for Activate on First Usehibernate
for Test Hibernateinventory
for Quick Manual Activation.