OpenIoE
  • Open IoE - 3.0.0
  • Open IoE App
    • Introduction
    • Getting Started
    • Features
      • IoT Devices
      • Plots
      • Gauges
      • Controls
    • Examples
      • Temperature-Humidity Monitoring & LED Control
  • API References
    • Overview
    • Read API
    • Write API
    • Additional APIs
    • Integration
  • Python Library
    • Introduction
    • Getting Started
    • List of Functions
    • Examples
      • Read Function
      • Write Function
      • Create Function
  • Matlab
    • Matlab Client
Powered by GitBook
On this page
  • Generate new API Key by providing user creds
  • Add new IoT device to your account
  1. API References

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

PreviousWrite APINextIntegration

Last updated 1 year ago