HTTP status: 404Documentation Index
Fetch the complete documentation index at: https://dev.1st.app/llms.txt
Use this file to discover all available pages before exploring further.
Message
No sensor with this ID exists in your team. Check the sensor_id by listing sensors first via GET /sensors.
Common cause
- Hardcoded a sensor UUID that no longer exists (archived, decommissioned).
- Pasted the wrong UUID.
- Confused
hardware_id(the Notecard UID) withsensor_id(the platform’s UUID).
Fix
Always list sensors first:sensor_id field of each row is the value to use in
/sensors/{sensor_id}/readings.
In a long-running integration, cache the sensor list and refresh nightly —
sensors can be archived or replaced.