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
In this quickstart we're gonna show you how to make your first HTTP API call to SenseCAP HTTP API backend.
Last updated
You should have your SenseCAP account from SenseCAP sales, and make sure you can login the SenseCAP Web Portal https://sensecap.seeed.cc.
Login the SenseCAP Web Portal https://sensecap.seeed.cc
Navigate to "Organization/Security Credentials"
Click "Create access key"
Set down the Access ID
and Access Key
In this quickstart, we will use curl
to issue HTTP requests. The example below calls an API to retrieve all the device EUIs belonging to you.
You should replace <access_id>
and <access_key>
with the one you got before. The command will output like the following