get
https://{url}/v1/devices//children/minimal
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Use the hub_url received in the registration response as your base URL.
This API requires the device to authenticate, see Device Authentication.
A lightweight alternative to Get Child Devices that returns only identity fields per child.
Use this endpoint when you only need to enumerate a parent's children and do not need their state, details, or last_seen. It omits those fields entirely, which avoids loading the per-child state records — making it significantly faster for parents with many children.
Return Data
An array of device information objects, one per child.
| Name | Type | Description |
|---|---|---|
| id | string | Device ID |
| access_key | string | Unique access key used for authentication |
| sn | string | Serial number |
| mac | string | MAC address |
| cloud_id | string | Cloud identifier |
| model | string | Device model |
| vendor | string | Manufacturer name |
| name | string | Friendly name set in the UI |
| firmware_version | string (semver) | Firmware version |
| sub_model | string | Sub-model identifier, when set |
