GET/v1.0/account/{extAccountId}Read-only

Get the device group associated with the external account id.

Parameters

extAccountIdpathstringrequired

External 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"

Try this operation in the interactive explorer →