v1
latestOpenAPI 3.0.3Proprietary2026-07-1713346131.7 KBSettings
Get notification settings
Returns notification delivery preferences for the authenticated user in the active team.
get/settings/notifications
Response
Settings retrieved successfully
Example response
{
"done": true,
"body": {
"email_notifications_enabled": true,
"popup_notifications_enabled": true,
"show_unread_items_count": true
},
"message": "Operation completed successfully"
}