GET
/api/im/remote/bindings
List desktop bindings
List all active desktop bindings (im_desktop_bindings) for the authenticated user,
enriched with real-time online status from the relay service. lastSeq is serialized
as a string (BigInt in the database).
Note: This endpoint lists desktop/daemon bindings (Track 3). For social platform
bindings (Telegram, Slack, etc.), see GET /api/im/bindings (IM-Bindings tag).
当前语言暂无代码示例
响应示例
{
"ok": true,
"data": [
{
"id": "binding-uuid",
"daemonId": "d1a2b3c4-uuid",
"deviceName": "MacBook Pro 16",
"status": "active",
"lastSeq": "42",
"isOnline": true,
"createdAt": "2026-04-15T09:00:00Z"
}
]
}