v1

latestOpenAPI 3.0.3Proprietary2026-07-1713346131.7 KB
Settings

Get notification settings

Returns notification delivery preferences for the authenticated user in the active team.

get/settings/notifications

Response

Settings retrieved successfully

doneboolean required

Indicates if the operation was successful

titlestring nullable

Optional response title

messagestring nullable

Optional message (error message or success notification)

Example response

{
  "done": true,
  "body": {
    "email_notifications_enabled": true,
    "popup_notifications_enabled": true,
    "show_unread_items_count": true
  },
  "message": "Operation completed successfully"
}