Use your own domain
https://organization-widget-id.preference-center.org/Update the widget with the custom domain
PATCH https://api.didomi.io/widgets?organization_id=YOUR_ORG_ID
{
"domain": "custom",
/**
* custom_domain_id corresponds to your custom domain
* ex: preferences.didomi.io
*/
"custom_domain_id": "String"
}
Last updated