Konker Platform API uses the OAuth protocol to allow users securely access data.
Before making REST API calls, you must get an access token using OAuth 2.0.
You can see the API endpoints documentation and interact with them on this page.
To use Swagger endpoints:
A user belongs to an organization.
An organization can have multiples applications.
An application is a repository of basic entities.
For instance, you can organize your devices in applications if you have many IoT projects.
Related endpoints:
Each device has a key and a password. The 'device credentials' operations manage these credentials.
The Platform will receive the device's messages. The 'events' operations list these messages.
Custom data lets you store any additional information of a device that you need (like device's manufacturer details).
Related endpoints:
A device can probe the platform to receive its configuration information.
A configuration is based on the application, the device model and location set to the device.
The locations are organized in a hierarchical (tree) structure. Each application has one root location. Each location can have multiples sublocations.
Related endpoints:
It is possible to create alerts to verify the device status.
Types of alerts:
Related endpoints: