v1

latestOpenAPI 3.1.02026-07-267624.1 KB

Update notification preferences

Update user notification preferences

put/api/v1/profile/notifications

Request body

email_notificationsboolean

Enable or disable email notifications

push_notificationsboolean

Enable or disable push notifications

marketing_emailsboolean

Enable or disable marketing emails

security_alertsboolean

Enable or disable security alerts

Example request

{
  "email_notifications": true,
  "push_notifications": true,
  "security_alerts": true
}

Response

Preferences updated successfully

successboolean
messagestring

Success message

Example response

{
  "success": true,
  "data": {
    "email_notifications": true,
    "push_notifications": true,
    "security_alerts": true
  },
  "meta": {
    "timestamp": "2026-01-28T22:32:23Z"
  },
  "message": "Notification preferences updated successfully"
}