Update Thing State
This guide will show you how you can change your Thing state via API.
Change a Thing state
Path Parameters
Name
Type
Description
Headers
Name
Type
Description
Request Body
Name
Type
Description
{
// Response
}{
// Response
}{
// Response
}Example using cURL:
curl -X PUT \
--url "https://console.monogoto.io/thing/ThingId_ICCID_{ICCID}/state/" \
-H "accept: application/json" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer {TOKEN_HERE}" \
-d "{ \"state\": \"{THING_STATE}\"}"Last updated
Was this helpful?