List devices
The API key to use for authentication. Retrieve your API key from the Miru dashboard.
The offset of the items to return. An offset of 10 with a limit of 10 returns items 11-20.
x >= 0
The maximum number of items to return. A limit of 15 with an offset of 0 returns items 1-15.
1 <= x <= 100
id:asc
, id:desc
, created_at:desc
, created_at:asc
The fields to expand in the device list
The device ID to filter by
"dev_123"
The device name to filter by
"My Device"
Successfully listed the devices.
The response is of type object
.