Skip to Content
edgebootDevicesDevices

Devices (Integration API)

Public integration endpoints under /api/v1/integrations. The backend resolves the account from your access token. Authenticate with a Bearer token (integration / client-credentials flow) in the Authorization header.

Endpoints

PageMethodPath
Get DevicesGET/api/v1/integrations/devices
Get DeviceGET/api/v1/integrations/devices/{serial_number}
Device network metricsGET/api/v1/integrations/devices/{device_id}/network/{resource}
Device speedtestPOST/api/v1/integrations/devices/{serial_number}/speedtest

Reboot lives under the same integration API; see Manual reboot for POST /api/v1/integrations/devices/reboot.

Last updated on