Additional APIs
Last updated
GET http://app.openioe.in/api/generateapikey
Format: http://app.openioe.in/api/generateapikey/<emailid>/<password>
<emailid>
String
e.g.,: bangalore@india.com
<password>
String
e.g.,: Abc@123
Successfully API key is generated
GET http://app.openioe.in/api/createuserdevice
Format: http://app.openioe.in/api/createuserdevice/<APIKey>/<DeviceName>/<CryptoName>/<DataFormat>
<APIKey>
String
e.g.,: pnHEmHgjFl0PT247Eae9
<DeviceName>
String
e.g.,: Temperature Device
<CryptoName>
String
e.g.,: None
<DataFormat>
String
e.g.,: Value/JSON/XML
Device is created successfully
Last updated