---
title: "Set user preferred notifications"
method: PATCH
path: "/v1/client/user/notifications"
tags: ["Internal"]
---

# Set user preferred notifications

`PATCH /v1/client/user/notifications`

This endpoint is used to configure the user's notification channels.
These channels are designed to notify the user about specific events, such as user inactivity, completed offers, and more.
Only the channels included in the list will be set; all others will default to false.

## Request body

- SetUserNotificationChannelsBody
  - `user_channels` UserNotificationChannel[], required
    - `channel_id` string, required
    - `enabled` boolean, required

## Response `200`

OK

- object
  - `data` object

## Other responses

- `406` — VPN detected

---

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