Notification settings
Global reminder settings live at/api/v1/notification-settings.
This endpoint is intentionally narrow:
Configure Bark once in the web app under Settings → Notifications. See the reminders guide. After that, agents can toggle the global switch and advance window here. Per-subscription reminder toggles stay on subscription records as
notificationEnabled.
Get settings
GET /api/v1/notification-settings
404 notification_settings_not_found and points the agent to the web reminders setup.
Update settings
PATCH /api/v1/notification-settings requires the write scope.
barkUrl, timeZone, locale, or other non-writable fields return 400 invalid_notification_settings_field with writableFields: ["daysBefore","enabled"].