Docs
Back to monogoto website
Search…
Knowledge Base
Getting Started
Quick Start
Device Configurations
Coverage lists
AT Commands
👋
Community Forum
hub
Introduction
Dashboard
Things
Inbox
Integrations
Payments
Tips & Tutorials
Platform
Private LTE
SIM Cards
Cellular Network
Low Power Modes: eDRX & PSM
Developer Zone
API
Authentication
Things
Get Thing Information
Get Things List
Get Thing State
Update Thing State
Update Thing Description
Get Thing Data Session Status
Get Thing Location
Get Thing ICCID using IMSI
Get Thing Lifetime Data Usage
Get Thing Events Logs
Ping Thing IP Address
Lock Thing to IMEI
Download Thing PCAP File
Things Groups
Alerts
SMS
Pricing
Get Roaming Policy
Use Bundle Functionality
Cloud Integrations
Webhooks
Platform Manuals
Overview
Management
Billing and Price Plans
Audit Logs
Glossary of Terms
Powered By
GitBook
Get Thing State
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/
Get Thing State
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
Example using
cURL
:
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:
{
ACTIVE
}
Previous
Get Things List
Next
Update Thing State
Last modified
2mo ago
Copy link
Outline
get
Get Thing State
Example using cURL: