v1

latestOpenAPI 3.1.02026-07-267624.1 KB

Get notification preferences

Get user notification preferences

get/api/v1/profile/notifications

Response

Notification preferences retrieved

successboolean
messagestring

Success message

Example response

{
  "success": true,
  "data": {
    "email_notifications": true,
    "push_notifications": true,
    "security_alerts": true
  },
  "meta": {
    "timestamp": "2026-01-29T15:13:24Z"
  },
  "message": "Notification preferences retrieved successfully"
}