---
title: "Get communication preferences"
method: GET
path: "/consumers/{tenant}/me/communication-preferences"
tags: ["Consumers", "publicly-accessible"]
---

# Get communication preferences

`GET /consumers/{tenant}/me/communication-preferences`

Get all communication preferences for a given consumer.

## Path parameters

- `tenant` string, required

## Response `200`

Success

- CommunicationPreferences
  - `marketing` ChannelSubscriptionsWithDerivedField
    - `isDefault` boolean — Are these channel subscriptions the default or have they been set elsewhere. This is a read-only derived field.
    - `subscribedChannels` CommunicationChannels[] — The list of channels that are subscribed

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error

---

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