Returns the authenticated user notification toggles for AI responses, automations, escalations, calls, campaigns, and other events.
Documentation Index
Fetch the complete documentation index at: https://docs.tetherai.ca/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Notification preferences returned
true
{
"aiResponses": true,
"inboundInAutopilot": true,
"automationTriggers": false,
"emailSync": true,
"escalations": true,
"autopilotMonitor": false,
"humanMonitor": true,
"assignments": true,
"calls": false,
"campaigns": true,
"other": false
}