Skip to main content
GET
/
devices
/
activecount
Count connected devices
curl --request GET \
  --url https://dashboard.hologram.io/api/1/devices/activecount \
  --header 'Authorization: Basic <encoded-value>'
{
  "success": true,
  "data": 47
}

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.

Authorizations

Authorization
string
header
required

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.

Query Parameters

orgid
integer
Example:

144

timestamp
integer
Example:

1663023142

Response

Number of devices with an open session

success
boolean
data
integer

Number of devices with an open cellular session