MyAccount

Get My Account Marketing Preferences

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

get/customers/my-account/marketing-preferences

Response

The customer's marketing preferences were successfully retrieved

Example response

{
  "data": [
    {
      "id": "5dcb47800000000000000110",
      "marketing_preference": {
        "text": "I want to receive emails about special offers",
        "locale": "en"
      },
      "opted_in": true,
      "opted_in_at": "2020-02-24T12:00:00+00:00",
      "opted_out_at": "2020-02-24T12:00:00+00:00"
    }
  ]
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.