cURL
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 }
Returns the current notification preferences including polling frequency, enabled notification types, and digest settings.
API key for authentication (format: "Bearer YOUR_API_KEY")
Current notification preferences
How often the notification system polls for new alerts (in minutes)
List of enabled notification types
Whether digest notifications are enabled