Ping Thing IP Address
This guide will show you how can you use API to ping your SIM card IP address. Ping is very useful to check if SIM card is still active and can be used to prevent from being purged from network.
Ping IP address
POST
https://console.monogoto.io/thing/ThingId_ICCID_{ICCID}/ping
Path Parameters
Name | Type | Description |
---|---|---|
ICCID* | String | The ICCID of your SIM |
Headers
Name | Type | Description |
---|---|---|
YOUR_TOKEN* | String | Your authentication token |
CUSTOMER_ID | String | Customer API key |
Request Body
Name | Type | Description |
---|---|---|
THING_IP_ADDRESS* | String | IP address of Thing |
To get the Thing IP address, see Get Thing information
Example using cURL:
The above shown command needs to be replaced with information: {ICCID} - replace with your Monogoto Thing ICCID number {TOKEN_HERE} - replace with your token {CUSTOMER_ID} - (optional) replace with your customer ID. It can be received together with a Login Token or from request to obtain Thing information. {THING_IP_ADDRESS} - replace with your thing IP address If needed this API can be tested and used in the Monogoto portal following this path: Thing POST /thing/{ThingId}/ping
Example request:
Example response:
Last updated