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
Headers
Name
Type
Description
Request Body
Name
Type
Description
{
// Response
}Example using cURL:
curl -X PUT \
--url "https://console.monogoto.io/thing/replaceGroup/" \
-H "accept: application/json" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer {TOKEN_HERE}" \
-d "{ \"ThingId\": \"ThingId_ICCID_{ICCID}\", \"ThingsGroupId\": \"{THING_GROUP_ID}\"}"
Last updated
Was this helpful?