---
title: "Get user preferred email channels"
method: GET
path: "/v1/client/user/notifications"
tags: ["Internal"]
---

# Get user preferred email channels

`GET /v1/client/user/notifications`

This endpoint is used to get the user's preferred notification channels. The notification channels are used to notify the user
about user-specific events such user inactivity, completed offers, etc.

## Response `200`

OK

- object
  - `data` UserNotificationChannels
    - `user_channels` UserNotificationChannel[], required
      - `channel_id` string, required
      - `enabled` boolean, required

## 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)
