Retrieve sensor metadata
Fetches the JSONLogic formula, boundaries, and version information for a specific sensor.
get/sensors/config
Query parameters
sensoridstring required
The unique identifier of the sensor.
Response
Successful response containing the sensor configuration.
Example response
{
"sensor_id": "sensor-geo-8472",
"formula": "x * 1.8 + 32",
"upper_bound": 150000.5,
"lower_bound": -100,
"version": 2
}