Skip to main content

Update My Notification Preferences

PUT 

/api/alert-preferences/mine

Updates the authenticated user's personal notification overrides. Fields are tri-state: send null to reset a field so it inherits the account-wide preference / built-in default again; omit a field to leave it unchanged.

Fields per preference:

  • alert_type (string, required)
  • in_app_enabled (boolean or null) — whether this alert appears in your in-app alert tray
  • email_enabled (boolean or null) — whether this alert is emailed to your own address
  • notification_frequency (string or null) — instant, daily_digest, or weekly_digest

Returns 422 when disabling the in-app channel for a critical (mandatory) alert type.

Request

Responses

OK

Response Headers
    Content-Type