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.
post
https://api.zaius.com/v3
/consent
Update Consent
Example Payload
[{
"identifier_value": "[email protected]",
"identifier_field_name": "email",
"consent": true
},{
"identifier_value": "[email protected]",
"identifier_field_name": "email",
"consent": false
}]
get
https://api.zaius.com/v3
/consent/{identifier_field_name}?id={identifier_value}
Get Consent
Example Request
Last modified 10mo ago