.privacy.getCookieList()
This API allows you to get the list of cookies used by Zoho SalesIQ.
Sytax
Copied$zoho.salesiq.privacy.getCookieList();
Example:
Copied<script>
$zoho.salesiq.afterReady = function() {
$zoho.salesiq.privacy.getCookieList()
};
</script>