PUT
/v1.0/alerts/notifications/corps/{corpId}/customer/bulkUnsubscribeChanges dataThis 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 modelbodyCustomerSettingsrequiredCustome Settings model
corpIdpathstringrequiredcorp 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."
}'