MarketingPreferences

Enable a marketing preference for a site

This endpoint enables a marketing preference for a site.

post/customers/sites/{siteId}/marketing-preferences

Request body

marketing_preference_idstring uuid required

Identifier of the organisation-level marketing preference to enable at this site. After enablement, customers signing up at the site are offered this opt-in checkbox alongside any preferences already enabled.

Response

The marketing preference was successfully retrieved

Example response

{
  "data": {
    "text": "I want to receive emails about special offers",
    "locale": "en"
  }
}

Changes

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