Skip to content

Get device

GET
/devices/id

Authorizations

ApiKeyAuth
TypeAPI Key (header: Authorization)

Parameters

Path Parameters

id*

Model id

Typestring
Required
formatJSON

Query Parameters

filter

Filter defining fields and include - must be a JSON-encoded string ({"something":"value"})

Typestring
formatJSON

Responses

Body (JSON)
application/json
JSON
{
"imei": "string",
"iccid": "string",
"loraId": 0,
"imsi": "string",
"btMac": 0,
"btMacAddress": "string",
"uwbId": 0,
"serial": "string",
"type": "string",
"expires": "string",
"lastConnection": "string",
"firstSeen": "string",
"mode": "default",
"name": "string",
"batteryVoltage": 0,
"batteryPct": 0,
"batteryType": "LIO",
"tags": [
"string"
],
"currentMode": 0,
"color": "fc7c3d",
"saveToWeb": false,
"active": false,
"deepSleep": false,
"simstate": "active",
"stripeSubscription": "string",
"subscriptionType": "string",
"meta": {
},
"siloId": 0,
"resellerId": 0,
"resellerPlanId": 0,
"btPasskey": 0,
"simType": "JT",
"id": 0,
"ownerId": 0,
"onoWhitelistId": 0
}

Samples