---
title: "Get My Account Marketing Preferences"
method: GET
path: "/customers/my-account/marketing-preferences"
tags: ["MyAccount"]
---

# Get My Account Marketing Preferences

`GET /customers/my-account/marketing-preferences`

Returns the marketing preferences available to the authenticated customer along with the opt-in state for each.

## Response `200`

The customer's marketing preferences were successfully retrieved

- object
  - `data` CustomerMarketingPreferenceOptIn[], required
    - `id` string, required — The ID of the marketing preference
    - `marketing_preference` 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
    - `opted_in` boolean, required — Whether the customer is opted in to this marketing preference
    - `opted_in_at` string, date-time, nullable, required — The date and time at which the customer opted in to this preference
    - `opted_out_at` string, date-time, nullable, required — The date and time at which the customer opted out of this preference
    - `is_archived` boolean, required — True if the marketing preference is archived

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