MarketingPreferences

List marketing preferences

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

get/customers/marketing-preferences

Query parameters

organisation_idstring

Filters marketing preferences that are associated with the given organisation ID

Optional organisation filter. When provided, only marketing preferences belonging to the supplied organisation are returned; omit to list preferences across every organisation the caller has access to.

Response

The marketing preferences were 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.