/
CU
cubeos-app
/
MeshSat API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 1h ago · Updated 1mo ago
Details
Filter operations
admin
3
backup
7
config
11
devices
10
get
List registered devices
post
Create a registered device
get
Get a registered device
put
Update a registered device
delete
Delete a registered device
get
Get current device configuration
put
Save device configuration
post
Rollback device configuration to a previous version
get
List device configuration versions
get
Get a specific device configuration version
events
1
gateways
7
iridium
7
messages
3
neighbors
1
nodes
2
position
3
positions
1
range_test
2
routing
6
satellite-rate-limits
7
store_forward
1
system
1
telemetry
1
topology
1
waypoints
1
webhooks
1
zigbee
2
devices
Get a registered device
Returns a single device by ID with computed status.
get
/api/device-registry/{id}
Path parameters
id
integer
required
Device ID
Response
OK
ApiDeviceResponse
required
created_at
string
id
integer
imei
string
label
string
last_seen
string
notes
string
status
string
type
string
updated_at
string
Changes