Open Environmental Data

Written By Sam Walton (Super Administrator)

Updated at May 17th, 2023

The IBSS platform provides an Open Environmental Data endpoint, to which any 3rd party environmental data sensor system can post its data updates. 
Communication to the endpoint is via HTTPS/TLS1.2 and will require a customer specific API key to be provided as a header parameter. 
The envSensorId must be the unique identifier of the environmental sensor.

Description
Details
Communication Method
Notification based
Payload
JSON
Service Calls
POST (Webhook)
Security
x-functions-key (header)
HTTPS / TLS1.2
Data
{
"envSensorId": "string",
"envTimestamp: "datetime",
"envTemperature": 0,
"envHumidity": 0,
"envCO": 0,
"envCO2": 0,
"envPM25": 0,
"envPM10": 0,
"envTVOC": 0,
"envSoundLevel": 0,
"envLightLevel": 0,
"envBatteryLevel": 0
}
Availability
IBSS Cloud Only