---
title: "Get notification settings"
method: GET
path: "/v3/settings/notifications"
tags: ["Settings"]
---

# Get notification settings

`GET /v3/settings/notifications`

Read the organization's email/inbox notification preferences (weekly reports, monthly audits, new opportunities, resource warnings, client report recipients). These are org-wide: every brand in the organization shares them.

## Query parameters

- `teamId` string

## Response `200`

Default Response

- object
  - `weeklyReports` boolean
  - `monthlyAudits` boolean
  - `weeklyReportTeamIds` string[], nullable
  - `monthlyAuditTeamIds` string[], nullable
  - `newOpportunities` boolean
  - `resourceUsageWarning` boolean
  - `clientReportsEnabled` boolean
  - `reportRecipients` object[]
  - `defaultReportTemplateSlug` string, nullable
  - `reportLinkPassword` object, nullable
  - `whiteLabelAvailable` boolean

## Changes

- **2026-09-18** `e0163b1c37cb` — 1 breaking, 1 info
  - api path removed without deprecation
  - endpoint added
- **2026-07-26** `60ff6690f93c` — 2 info
  - api tag `Settings` added
  - added the new optional `query` request parameter `teamId`

[Change history](https://skmtc.dev/snowseo/apis/snowseo-api/changes/v3/settings/notifications/get.md)

---

[API](https://skmtc.dev/snowseo/apis/snowseo-api.md) · [All operations](https://skmtc.dev/snowseo/apis/snowseo-api/llms.txt) · [OpenAPI document](https://skmtc.dev/snowseo/apis/snowseo-api/revisions/d578cdf9e232?raw)
