Update Thing State
This guide will show you how you can change your Thing state via API.
Change a Thing state
PUT
https://console.monogoto.io/thing/ThingId_ICCID_{ICCID}/state/
Path Parameters
Name
Type
Description
ICCID*
String
The ICCID of your SIM
Headers
Name
Type
Description
TOKEN_HERE*
String
Your authentication token
Request Body
Name
Type
Description
THING_STATE*
String
Possible variables: ACTIVE / SUSPENDED
Example using cURL:
Expected response:
Example of request setting Thing state to SUSPENDED:
Last updated
Was this helpful?