Notification Settings

Get notification settings

Get the authenticated user's notification preferences

get/v6/notifications/settings

Response

Success

result'SUCCESS' | 'FAILURE'

The result of the action performed.

Example response

{
  "data": {
    "financialSummaries": "EMAIL",
    "bankConnectionErrors": "SMS",
    "conversations": "OFF"
  }
}

Changes