curl --request GET \
--url https://dashboard.hologram.io/api/1/usage/data/total \
--header 'Authorization: Basic <encoded-value>'{
"success": true,
"data": [
{
"total_bytes": "850563376964",
"total_sessions": "10189",
"reporting_windows_with_usage": "9"
}
]
}Returns aggregated total data usage statistics across all devices in an organization or filtered by specific parameters.
This endpoint provides summary statistics including total bytes consumed, total number of sessions, and the number of reporting windows with usage.
curl --request GET \
--url https://dashboard.hologram.io/api/1/usage/data/total \
--header 'Authorization: Basic <encoded-value>'{
"success": true,
"data": [
{
"total_bytes": "850563376964",
"total_sessions": "10189",
"reporting_windows_with_usage": "9"
}
]
}Documentation Index
Fetch the complete documentation index at: https://docs.hologram.io/llms.txt
Use this file to discover all available pages before exploring further.
HTTP Basic authentication using API keys. Set the username to apikey and the password to your API key.
You can find your API key on the Hologram Dashboard under Account Settings.
144
Single profile (link) ID.
4567890
Single tag ID.
101
Start of time range in Unix epoch seconds format.
1767225600
End of time range in Unix epoch seconds format.
1769821199
OK
Was this page helpful?