GET
/v1.0/account/{extAccountId}Read-onlyGet the device group associated with the external account id.
Parameters
extAccountIdpathstringrequiredExternal account id defined by the user, either using the /managedwireless/account endpoint or through Customer Support.
cURL
curl -X GET "https://api.kajeet.dev/sentinel-proxy/sentinel/api/v1.0/account/NORTHSTAR-EXT-001" \
-H "Authorization: Bearer $SENTINEL_TOKEN"