Get Thing State
This guide will show you how you can check your Thing state via API and the meaning of each state.
Get Thing State
Path Parameters
Name
Type
Description
Headers
Name
Type
Description
{
ACTIVE
}{
// Response
}{
// Response
}Example using cURL:
curl -X GET \
--url "https://console.monogoto.io/thing/ThingId_ICCID_{ICCID}/state" \
-H "accept: application/json" \
-H "Authorization: Bearer {YOUR_TOKEN}"Last updated
Was this helpful?