---
title: "Save notification settings"
method: POST
path: "/v6/notifications/settings"
tags: ["Notification Settings"]
---

# Save notification settings

`POST /v6/notifications/settings`

Save the authenticated user's notification preferences

## Request body

- NotificationSettingsPostDto
  - `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

## Response `200`

Success

- SuccessResponseNotificationSettingsGetDto
  - `result` 'SUCCESS' | 'FAILURE' — The result of the action performed.
  - `data` NotificationSettingsGetDto — The data generated by the action performed.
    - `financialSummaries` 'SMS' | 'EMAIL' | 'OFF', nullable, required — Notification preference for financial summaries
    - `bankConnectionErrors` 'SMS' | 'EMAIL' | 'OFF', nullable, required — Notification preference for bank connection errors
    - `conversations` 'SMS' | 'EMAIL' | 'OFF', nullable, required — Notification preference for conversations

## Other responses

- `400` — Bad request
- `401` — Not authenticated
- `403` — Not authorized
- `404` — Endpoint not found
- `500` — Internal server error

---

[API](https://skmtc.net/tight/apis/tight-api.md) · [All operations](https://skmtc.net/tight/apis/tight-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tight/tight-api/versions/e9f0790a89af/schema)
