Skip to main content
GET
/
v1
/
notifications
/
preferences
Get Notification Preferences
curl --request GET \
  --url https://app.nex.ai/api/developers/v1/notifications/preferences \
  --header 'Authorization: <api-key>'
{
  "frequency_minutes": 123,
  "enabled_types": [
    "<string>"
  ],
  "digest_enabled": true
}

Authorizations

Authorization
string
header
required

API key for authentication (format: "Bearer YOUR_API_KEY")

Response

Current notification preferences

frequency_minutes
integer

How often the notification system polls for new alerts (in minutes)

enabled_types
string[]

List of enabled notification types

digest_enabled
boolean

Whether digest notifications are enabled

Last modified on March 24, 2026