Alerts

Notification details and bulk notification unsubscribe operations.

2 of 2
PUT/v1.0/alerts/notifications/corps/{corpId}/customer/bulkUnsubscribeChanges dataPermalink ↗

This gives user the ability to update customer enabled flag for a notification settings also gives the option to bulk unsubscribe by notification id. This endpoint can be accessed by Master Admins only.

Parameters

Custome Settings modelbodyCustomerSettingsrequired

Custome Settings model

corpIdpathstringrequired

corp id

cURL
curl -X PUT "https://api.kajeet.dev/sentinel-proxy/sentinel/api/v1.0/alerts/notifications/corps/NORTHSTAR-ISD/customer/bulkUnsubscribe" \
  -H "Authorization: Bearer $SENTINEL_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{
  "corpId": "NORTHSTAR-ISD",
  "note": "Example update payload — confirm schema in Swagger before wiring production."
}'
GET/v1.0/alerts/notifications/details/{corpId}Read-onlyPermalink ↗

Get Alert Notification Details

Parameters

corpIdpathstringrequired

corp id

cURL
curl -X GET "https://api.kajeet.dev/sentinel-proxy/sentinel/api/v1.0/alerts/notifications/details/NORTHSTAR-ISD" \
  -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.