Account Settings

(AccountSettings endpoints are only accessible to scope org_super and org_managerplus.)

1 of 23

Filtering by query: /v1.0/accountSettings/deviceGroups/filtered

GET/v1.0/accountSettings/deviceGroups/filteredRead-onlyPermalink ↗

Get list of child device groups, visible to current account, filtered by feature access

Parameters

featurequerystringrequired

Feature name

Values: ACTIVATION, ACCOUNT_SETTINGS, DASHBOARD, DATABRIDGE_KEY_CREATE, DEVICES, FIRMWARE, GPS, GROUP_CHANGE_NOTIFICATION, INSIGHTS, INSIGHTS_DEVICE_USAGE, INSIGHTS_DEVICE_USAGE_GROUPS, INSIGHTS_CONTENT

valuequerystring

Value of feature flag. Default - Y

Values: Y, N

inheritedquerystring

Enables or disables inheritance logic. If set to N, inheritance logic is disabled and only direct values form DB are taken into account.

Values: Y, N

cURL
curl -X GET "https://api.kajeet.dev/sentinel-proxy/sentinel/api/v1.0/accountSettings/deviceGroups/filtered?feature=value&value=value&inherited=value" \
  -H "Authorization: Bearer $SENTINEL_TOKEN"

Build your first call in 5 minutes.

Grab a Dev SIM, get an API key, and POST /v1.0/auth/token from anywhere.