---
title: "Update notification thresholds"
method: PATCH
path: "/api/notifications/v1/user/notification-thresholds"
tags: ["User Management Notification"]
---

# Update notification thresholds

`PATCH /api/notifications/v1/user/notification-thresholds`

Updates the deposit and/or withdrawal USD notification thresholds for the authenticated user.

## Headers

- `request-id` string

## Request body

- UpdateNotificationThresholdsRequest
  - `depositThresholdUsd` number
  - `withdrawalThresholdUsd` number

## Response `200`

Notification thresholds updated successfully

- NotificationThresholdsResponse
  - `depositThresholdUsd` number
  - `withdrawalThresholdUsd` number

## Other responses

- `400` — Invalid notification thresholds request body
- `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)
