Skip to main content
GET
/
clients
/
marketing-preferences
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
    }
  ]
}

Authorizations

integration_id
string
header
required

Identifier of the integration (Auth v1)

secret
string
header
required

Secret of the organization (Auth v1)

x-api-key
string
header
required

API key (Auth v2)

Query Parameters

emails
object
required

Array of client emails

Response

Marketing preferences retrieved successfully

success
boolean
Example:

true

data
object[]