HTTP API Quickstart
In this quickstart we're gonna show you how to make your first HTTP API call to SenseCAP HTTP API backend.
Last updated
Was this helpful?
In this quickstart we're gonna show you how to make your first HTTP API call to SenseCAP HTTP API backend.
Last updated
Was this helpful?
Was this helpful?
curl --user "<access_id>:<access_key>" \
https://sensecap-openapi.seeed.cc/1.0/lists/devices/eui{
"code": "0",
"data": {
"gateway": [
"2CF7F1121130003F",
"2CF7F1100470001A"
],
"node": [
"2CF7F12210400031",
"2CF7F12210400005",
"2CF7F12210400023"
]
},
"time": 0.314
}