Get device

Retrieves a single device by its MAC address or ID. Access restricted to the device's organization.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Query Parameters

device_mac_addressstring or nullOptional
device_idstring or nullOptional

Response

Successful Response
schema_versioninteger
org_idstring

Must be a string starting with org_

device_mac_addressstring
_idstring
device_tokenstring or null
typeenum or null
Allowed values:
registered_at_timestampstring or nullformat: "date-time"
first_seen_at_timestampstring or nullformat: "date-time"
last_seen_at_locationobject or null

GeoJSON Feature with typed properties for locations

The geometry field is strongly typed as Geometry (union of all geometry types) but remains optional to match the base Feature class specification. To ensure geometry is always present, validate it at runtime or make it required.

last_seen_at_timestampstring or nullformat: "date-time"
last_seen_battery_levelstring or null
session_idstring or null
cargo_idstring or null
commentsstring or null

Errors