Skip to main content
GET
/
devices
/
count
Get device count
curl --request GET \
  --url https://dashboard.hologram.io/api/1/devices/count \
  --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

tagid
integer

Single tag ID to filter by.

tagids
string

Comma-separated list of tag IDs.

linkids
string

Comma-separated list of link (profile) IDs.

states
string

Comma-separated list of network states.

sims
string

Comma-separated list of profile ICCIDs.

simrange
string

Range of profile ICCIDs separated by a hyphen.

Response

OK

success
boolean

Indicates whether the request was successful.

Example:

true

data
integer

Total number of devices in the organization