Get notification preferences
Users
Get notification preferences
Returns the authenticated user notification toggles for AI responses, automations, escalations, calls, campaigns, and other events.
GET
Get notification preferences
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Response
Notification preferences returned
Example:
true
Example:
{
"aiResponses": true,
"inboundInAutopilot": true,
"automationTriggers": false,
"emailSync": true,
"escalations": true,
"autopilotMonitor": false,
"humanMonitor": true,
"assignments": true,
"calls": false,
"campaigns": true,
"other": false
}