The REST API allows users to access data on-demand, providing a flexible and scalable integration option. Users can retrieve data from the server by making an HTTP GET request, or do updates by making an HTTP POST request, allowing them to do the actions they need programmatically. This type of integration is useful for applications that do not require up-to-the-moment data, such as those used for historical analysis or reporting.
Requirements:
Figure 1 - Generating API Key
The following are the available GET / POST API endpoints, that users can utilize according to their needs:
/report
Figure 2 - Header Param apiKey
Figure 3 - Query Parameters
/device
Figure 4 - Header Param apiKey
Figure 5 - Query parameters
{
"information": {
"serial_number": "z1js",
"friendly_name": "sb_z1js",
"domain": "/IoT/Sensorbee/customer1/",
"manufacturer": "Sensorbee",
"software_version": "1.2.0",
"hardware_version": null,
"firmware_version": "1.2.0",
"modem_version": "mfw_nrf9160_1.3.5",
"polling_interval": "300",
"type": ""
},
"status": {
"registration_state": "Registered",
"last_seen": "2023-08-03T09:39:31.510Z",
"power": {
"name": "Battery",
"value": "81"
},
"battery_level": "81"
},
"connectivity": {
"network_bearer": "LTE-FDD cellular network",
"radio_signal_strength": "-72",
"ip_address": "100.83.5.215",
"apn": "iot.1nce.net",
"cell_id": "84917527"
}
/polling
Figure 7 - Header Param apiKey
Figure 8 - Query Parameters
Return
{
"message": "Updating polling interval.."
}