Retrieve the data usage reports of your devices. Partners can receive the device data usage reports of a specific organization by providing the organization ID.
Successful operation
Bad request error
Unauthorized error
Forbidden error
Not found error
Internal server error
curl -i -X GET \ 'https://api-prod.surfsight.net/v2/device-data-usage?organizationId=17&limit=1&offset=1&imei=12345678&name=Mike' \ -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'
{- "data": [
- {
- "name": "Aragorn's car",
- "imei": "357660101000198",
- "firmwareVersion": "3.9.53",
- "notificaitonEnabled": true,
- "thresholdSet": true,
- "dataUsageMegabytes": 30,
- "videoEventsMegabytes": 45,
- "liveVideoMegabytes": 35,
- "recordingUploadedMegabytes": 40,
- "recordStreamingMegabytes": 0,
- "billingDate": "2025-07-10"
}
], - "metadata": {
- "count": 56,
- "limit": 60,
- "offset": 10
}
}