---
title: "List marketing preferences"
method: GET
path: "/customers/marketing-preferences"
tags: ["MarketingPreferences"]
---

# List marketing preferences

`GET /customers/marketing-preferences`

This endpoint retrieves all the marketing preferences associated with an organisation.

## Query parameters

- `organisation_id` string — Filters marketing preferences that are associated with the given organisation ID

## Response `200`

The marketing preferences were successfully retrieved

- object
  - `data` MarketingPreference[], required
    - `id` string, uuid, required — The ID of the marketing preference
    - `text` string, required — The text of the marketing preference
    - `locale` string, required — The locale this marketing preference's text is written in. A marketing preference only ever has one language; to offer the same preference in multiple languages, create a separate marketing preference per locale. This must be one of the platform's supported locales, which can be retrieved using the [`listMetaSupportedLocales`](/endpoints/Meta#listMetaSupportedLocales) endpoint.
    - `organisation_id` string, required — The ID of the organisation this marketing preference is linked to
    - `created_at` string, date-time, required — The date and time which the marketing preference was created
    - `updated_at` string, date-time, required — The date and time which the marketing preference was last updated

## Other responses

- `401` — The user is unauthenticated

---

[API](https://skmtc.dev/try/apis/trybe-api.md) · [All operations](https://skmtc.dev/try/apis/trybe-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/try/trybe-api/revisions/f37f92702da5/schema)
