v1

latestOpenAPI 3.0.12026-07-26222700728.0 KB
Notification Settings

Save notification settings

Save the authenticated user's notification preferences

post/v6/notifications/settings

Request body

financialSummaries'SMS' | 'EMAIL' | 'OFF'

Notification preference for financial summaries

bankConnectionErrors'SMS' | 'EMAIL' | 'OFF'

Notification preference for bank connection errors

conversations'SMS' | 'EMAIL' | 'OFF'

Notification preference for conversations

Example request

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

Response

Success

result'SUCCESS' | 'FAILURE'

The result of the action performed.

Example response

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