MarketingPreferences
List the marketing preferences for a site
This endpoint retrieves all the marketing preferences associated with a site.
get/customers/sites/{siteId}/marketing-preferences
Response
The marketing preferences for the site 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.