v1

latestOpenAPI 3.0.12026-07-26222700728.0 KB
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"
  }
}