---
title: "Get notification mute settings"
method: GET
path: "/api/notifications/v1/mute"
tags: ["User Management Notification"]
---

# Get notification mute settings

`GET /api/notifications/v1/mute`

Retrieves the current notification mute settings for the authenticated user.

## Headers

- `request-id` string

## Response `200`

Mute settings retrieved successfully

- MuteResponse
  - `userId` string, required
  - `success` boolean, required
  - `message` string, required
  - `mutedEnterpriseIds` string[]
  - `mutedWalletIds` string[]

## Other responses

- `400` — Bad request
- `500` — Unexpected error

---

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