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

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

Filter results to this organization ID

timestamp
integer

Unix timestamp at which to evaluate the active device count

Response

OK

success
boolean

Indicates whether the request was successful.

Example:

true

data
integer

Number of active devices at the requested point in time