Skip to content

Get device

GET
/devices/{id}

Authorizations

ApiKeyAuth

API Key for authentication. Retrieval from either API version login routes, or other authentication token type. See Authentication for more details.

TypeAPI Key (header: Authorization)
ExampleeyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...

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,
"btPasskey": 0,
"simType": "JT",
"id": 0,
"ownerId": 0,
"resellerPlanId": 0,
"onoWhitelistId": 0
}

Playground

Authorization
Variables
Key
Value

Samples

cURL
JavaScript
PHP
Python