Links

Consent

Manage a Customer's marketing consent.
We are no longer updating this site. For user documentation, please go to User Docs. For developer documentation, please go to Developer Docs. If you have any questions or feedback, please submit a ticket.
The Consent API Beta does not support batch / bulk imports.
Customers who have opted out cannot receive marketing messages.
Example Payload
[{
"identifier_value": "[email protected]",
"identifier_field_name": "email",
"consent": true
},{
"identifier_value": "[email protected]",
"identifier_field_name": "email",
"consent": false
}]
Example Request
curl -iX GET \
'https://api.zaius.com/v3/consent/[email protected]' \
-H 'x-api-key: example.apiKey'