Get Thing State
This guide will show you how you can check your Thing state via API and the meaning of each state.
Last updated
Was this helpful?
This guide will show you how you can check your Thing state via API and the meaning of each state.
GET https://console.monogoto.io/thing/ThingId_ICCID_{ICCID}/state/
Possible values: PROVISIONED, TEST_ACTIVE, SUSPENDED, ACTIVE, RETIRED
ICCID*
String
The ICCID of your SIM
YOUR_TOKEN*
String
Your authentication token
{
ACTIVE
}{
// Response
}{
// Response
}{
// Response
}Before you run API to view Thing state, below you can find a short explanation on Thing states:
ACTIVE: SIM card is activated and can be used.
SUSPENDED: SIM card is suspended and cannot be used until status is changed to ACTIVE.
PROVISIONED: SIM card is only provisioned, but was not activated to be used
curl -X GET \
--url "https://console.monogoto.io/thing/ThingId_ICCID_{ICCID}/state" \
-H "accept: application/json" \
-H "Authorization: Bearer {YOUR_TOKEN}"Example of response to our request:
Error while loading OpenAPI operation — Failed to convert Swagger 2.0 to OpenAPI 3.1.1
Last updated
Was this helpful?
Was this helpful?
{
ACTIVE
}