Update Thing State
This guide will show you how you can change your Thing state via API.
Last updated
This guide will show you how you can change your Thing state via API.
Last updated
PUT
https://console.monogoto.io/thing/ThingId_ICCID_{ICCID}/state/
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Expected response:
Please note that the above shown command needs to be replaced with information:
{ICCID} - replace with your Monogoto thing ICCID number
{TOKEN_HERE} - replace with your token
{THING_STATE} - replace with the state you wish your Thing to use:
ACTIVE - SIM card is activated and can be used
SUSPENDED - SIM card is suspended. Can not be used until status is changed to ACTIVE
Example of request setting Thing state to SUSPENDED:
ICCID*
String
The ICCID of your SIM
TOKEN_HERE*
String
Your authentication token
THING_STATE*
String
Possible variables: ACTIVE / SUSPENDED