Update a device’s last_seen_at timestamp.
cURL
curl --request POST \ --url https://api.zo.computer/devices/{device_id}/heartbeat \ --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