Move Thing to Different Things Group
This guide will show you how you can move your Thing (SIM card) from one Thing Group to another Thing Group.
Move Thing to Different Things Group
PUT
https://console.monogoto.io/thing/replaceGroup
Headers
Name | Type | Description |
---|---|---|
YOUR_TOKEN* | String | Your authentication token |
Request Body
Name | Type | Description |
---|---|---|
ICCID* | String | The ICCID of your SIM |
THING_GROUP_ID* | String | Identifier of Things Group |
Example using cURL:
Add your Token, Thing ICCID and THING GROUP ID in the PUT request to successfully execute the command.
Example request:
Expected response should be empty:
Last updated