Additional APIs
Generate new API Key by providing user creds
GET
http://app.openioe.in/api/generateapikey
Format: http://app.openioe.in/api/generateapikey/<emailid>/<password>
Path Parameters
Name | Type | Description |
---|---|---|
<emailid> | String | e.g.,: bangalore@india.com |
<password> | String | e.g.,: Abc@123 |
Successfully API key is generated
Add new IoT device to your account
GET
http://app.openioe.in/api/createuserdevice
Format: http://app.openioe.in/api/createuserdevice/<APIKey>/<DeviceName>/<CryptoName>/<DataFormat>
Path Parameters
Name | Type | Description |
---|---|---|
<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