Refresh Thing Network Connection

This guide will show you how you can make a Refresh Network connection for a Thing.

Refresh Thing Network Connection

GET https://console.monogoto.io/thing/{ThingId}/refreshConnection/

Path Parameters

Name
Type
Description

ICCID*

String

The ICCID of your SIM

Headers

Name
Type
Description

YOUR_TOKEN*

String

Your authentication token

Result of invoking refresh connection request

Example using cURL:

curl -X GET \
    --url "https://console.monogoto.io/thing/ThingId_ICCID_{ICCID_HERE}/refreshConnection" \
    -H "accept: application/json" \
    -H "Authorization: Bearer {TOKEN_HERE}"

Please note that the above-shown command needs to be replaced with information:

{TOKEN_HERE} - replace with your token

{ICCID_HERE} - replace with the ICCID of your SIM

Example of request

The result should show you if the Refresh Connection was invoked successfully.

Last updated

Was this helpful?