Settings

Global settings, corp user settings, logo, dashboard settings, terms, and device model names.

1 of 7

Filtering by query: /v1.0/settings/corpUserSettings

GET/v1.0/settings/corpUserSettingsRead-onlyPermalink ↗

Get settings

CLIkajeet-sentinel auth whoamiMCPauth.current_account

Parameters

No parameters.

cURL
curl -X GET "https://api.kajeet.dev/sentinel-proxy/sentinel/api/v1.0/settings/corpUserSettings" \
  -H "Authorization: Bearer $SENTINEL_TOKEN"
Response · 200 OK
{
  "corpId": "NORTHSTAR-ISD",
  "businessType": "enterprise",
  "canSwitchAccounts": true,
  "deviceManagementAccess": true,
  "manageBuckets": true,
  "customHelpEmail": "support@kajeet.com"
}

Build your first call in 5 minutes.

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