---
title: "All Channels"
method: GET
path: "/v1/user/{distinct_id}/preference/channel_preference/"
---

# All Channels

`GET /v1/user/{distinct_id}/preference/channel_preference/`

API to retrieve user preferences for all channels.

## Path parameters

- `distinct_id` string, required

## Query parameters

- `tenant_id` string

## Response `200`

200

- object
  - `channel_preferences` object[]
    - `channel` string — channel name
    - `is_restricted` boolean — True means notification will be sent in categories where this channel is marked as mandatory channel. False means opt_in on channel.

## Other responses

- `404` — 404 - Not Found

---

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