curl --request GET \
--url https://dashboard.hologram.io/api/1/usage/data/monthly \
--header 'Authorization: Basic <encoded-value>'{
"data": [
{
"bytes": 21474836,
"linkid": 8676,
"month": 1,
"record_id": "8676201801",
"session_count": "43",
"year": 2018
},
{
"bytes": 28,
"linkid": 8638,
"month": 1,
"record_id": "8638201801",
"session_count": "1",
"year": 2018
}
],
"success": true
}List usage data by month. Returns total data usage for each device summarized by month.
curl --request GET \
--url https://dashboard.hologram.io/api/1/usage/data/monthly \
--header 'Authorization: Basic <encoded-value>'{
"data": [
{
"bytes": 21474836,
"linkid": 8676,
"month": 1,
"record_id": "8676201801",
"session_count": "43",
"year": 2018
},
{
"bytes": 28,
"linkid": 8638,
"month": 1,
"record_id": "8638201801",
"session_count": "1",
"year": 2018
}
],
"success": true
}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
Comma-separated list of link (profile) IDs.
"5389720,5608542"
Single tag ID.
101
Comma-separated list of tag IDs.
"101,102,103"
Return only activated, active SIMs (e.g. LIVE network states).
Maximum number of items to return in a single request. For endpoints that support pagination, use this with corresponding /pages endpoints to manage large result sets.
50
When true, aggregates usage across all devices in the organization.
OK
Was this page helpful?