List devices
Retrieve a paginated list of fleet devices.Parameters
Returns
Array of fleet devices
Unique identifier for the device
Device name
Device type
Current device status
Device tags
Current firmware version
Custom device metadata
Timestamp when device was last seen
Authentication token for the device
Creation timestamp
Last update timestamp
Cursor for the next page of results
Cursor for the previous page of results
Whether more results are available
Register device
Register a new device to your fleet.Parameters
Returns
The newly registered device
Get device
Retrieve a specific device by UID.Parameters
The unique identifier of the device
Returns
The requested device
Update device
Update an existing device.Parameters
The unique identifier of the device
Returns
The updated device
Delete device
Delete a device from your fleet.Parameters
The unique identifier of the device to delete
Returns
Returnsvoid on success.