Get Child Devices (Minimal)

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
📘

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.

NameTypeDescription
idstringDevice ID
access_keystringUnique access key used for authentication
snstringSerial number
macstringMAC address
cloud_idstringCloud identifier
modelstringDevice model
vendorstringManufacturer name
namestringFriendly name set in the UI
firmware_versionstring (semver)Firmware version
sub_modelstringSub-model identifier, when set
Path Params
string
required

The ID of the parent device

Responses

Language
Credentials
Header
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json