PUT/v1.0/alerts/notifications/corps/{corpId}/customer/bulkUnsubscribeChanges data

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."
}'

Try this operation in the interactive explorer →