List all registered devices for the current host.
cURL
curl --request GET \ --url https://api.zo.computer/devices/ \ --header 'Authorization: Bearer <token>'
[ { "id": "<string>", "name": "<string>", "capabilities": [ "<string>" ], "status": "<string>", "last_seen_at": "<string>", "created_at": "<string>" } ]
Zo API key (zo_sk_...)
Successful Response
Device ID
Display name
Enabled capabilities
'available' or 'offline'
ISO 8601 timestamp of last heartbeat
ISO 8601 creation timestamp