4.4 Device & Infrastructure Management

GET /me/devices — Device List

Returns all Terminal and Extension devices bound to the current user.

Response (DeviceListVO.devices[]):

FieldTypeDescription
node_idstringUnique node ID
browserstringBrowser / client type
extension_versionstringExtension version
osstringOperating system
timezonestringTimezone
statusstringStatus: online / offline / disconnected / deleted
granted_categoriesstring[]Granted categories
capabilitiesstring[]Capabilities
created_atstringCreation time (ISO-8601)
last_seen_atstringLast seen time (ISO-8601)

POST /me/devices/{node_id}/disconnect — Disconnect Device

POST /me/devices/{node_id}/delete — Delete Device

Document Source: This document is compiled from the MetaEdge official website (https://metaedge.xyz/), API documentation (https://edge-doc.vercel.app/), and CLI README. Content marked [TBD] is pending further information or confirmation from the MetaEdge team. Introductory copy and data follow the current official website.