Manage Profile

Account profile, contact, security, billing card, notifications, and preference settings.

2 of 20

Filtering by query: /v1.0/manage-profile/emailNotification/

GET/v1.0/manage-profile/emailNotification/Read-onlyPermalink ↗

Get Email Notification Preference for a non-PLTE account. This endpoint can be accessed only by scope org_super (Master Admin) or org_tech (Admin).

Parameters

No parameters.

cURL
curl -X GET "https://api.kajeet.dev/sentinel-proxy/sentinel/api/v1.0/manage-profile/emailNotification/" \
  -H "Authorization: Bearer $SENTINEL_TOKEN"
POST/v1.0/manage-profile/emailNotification/Changes dataPermalink ↗

Saves Email notification preferences for the user of a non-PLTE account. This endpoint can be accessed only by scope org_super (Master Admin) or org_tech (Admin).

Parameters

NotificationModelbodyobjectrequired

To send an email alert depending on whether device is dormant or not.

cURL
curl -X POST "https://api.kajeet.dev/sentinel-proxy/sentinel/api/v1.0/manage-profile/emailNotification/" \
  -H "Authorization: Bearer $SENTINEL_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{
  "example": true,
  "corpId": "NORTHSTAR-ISD"
}'

Build your first call in 5 minutes.

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