curl --request GET \
--url https://dashboard.hologram.io/api/1/reports/devices \
--header 'Authorization: Basic <encoded-value>'{
"success": true,
"data": {
"total": 241,
"new": 241,
"preexisting": 0,
"using_data": 200,
"total_active": 192,
"total_preflight": 12,
"total_deactivated": 37
}
}Returns a count of devices broken down by state (active, preflight, deactivated, etc.) for the organization.
curl --request GET \
--url https://dashboard.hologram.io/api/1/reports/devices \
--header 'Authorization: Basic <encoded-value>'{
"success": true,
"data": {
"total": 241,
"new": 241,
"preexisting": 0,
"using_data": 200,
"total_active": 192,
"total_preflight": 12,
"total_deactivated": 37
}
}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.
Comma-separated list of tag IDs.
"101,102,103"
Start of time range in Unix epoch seconds format.
1767225600
End of time range in Unix epoch seconds format.
1769821199
Successful response
Was this page helpful?