v1
latestOpenAPI 3.1.02026-07-267624.1 KBUpdate notification preferences
Update user notification preferences
put/api/v1/profile/notifications
Request body
Example request
{
"email_notifications": true,
"push_notifications": true,
"security_alerts": true
}Response
Preferences updated successfully
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"
}