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
| Page | Method | Path |
|---|---|---|
| Get Devices | GET | /api/v1/integrations/devices |
| Get Device | GET | /api/v1/integrations/devices/{serial_number} |
| Device network metrics | GET | /api/v1/integrations/devices/{device_id}/network/{resource} |
| Device speedtest | POST | /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