cURL
curl --request GET \ --url https://api-alpha.fourvenues.com/integrations/clients/marketing-preferences \ --header 'integration_id: <api-key>' \ --header 'secret: <api-key>' \ --header 'x-api-key: <api-key>'
{ "success": true, "data": [ { "email": "client2@example.com", "remarketing": false } ] }
Get marketing preferences for a list of clients by their emails
Identifier of the integration (Auth v1)
Secret of the organization (Auth v1)
API key (Auth v2)
Array of client emails
Show child attributes
Marketing preferences retrieved successfully
true