Here are the APIs https://dev.inseego5g.net:7001/swagger/ or https://myem.corp.com:7001/swagger/.
Here is an app to apply configurations from CSV to CPE: https://github.com/ittsar/ippt_app.
config.json
{"baseurl":"https://myem.corp.com:7001/",
"basicauth":"Base64ifytheUSER:PASSWORD"}
app.py
import INSGEMPT,json,pprint,time,sys,time,base64
MyConfig=INSGEMPT.GetConfig()
MyEM=INSGEMPT.EMHandler(MyConfig)
MyEM.Populate()
If you get 401 because the JWT expired, manually running this as opposed to programmatically, it magically works
MyEM.EMAPIHandler.GenerateBearer()