Query Systems (eSite Only)

Get a list of all registered systems for your customer ID

GET /v3/systems

This endpoint will return a JSON array listing the MAC addresses associated with your customer, and the last time we received updated telemetry from that device. The lastTelemetryTime will only update when we receive new telemetry data.

Headers

Name
Value

api-key

The apikey provided to access your customer data

Response

[
    {
        "mac": string,
        "date": string,
        "time": string
    }
]

Last updated