MarketingPreferences

Get a single marketing preference for an organisation

This endpoint retrieves a single marketing preference belonging to an organisation.

get/customers/marketing-preferences/{marketingPreferenceId}

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.