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 device with this ID exists in your team. List devices via GET /v1/devices first.
Common cause
- The device ID you used belongs to a unit that’s no longer on your team. Maybe it was removed in the dashboard, or the physical device was returned.
- You pasted the wrong ID.
- You used the
hardware_id(the modem serial likedev:868050050000123) where the API wanted thedevice_id(the UUID).
Fix
Always list devices first:device_id field of each row is the value to use in
/v1/devices/{device_id}/readings.
If your integration runs over a long time, refresh your device list periodically (nightly is usually enough). Devices on your team can change as units are added, swapped, or removed.