Use a Didomi managed domain
https://organization.preference-center.org/Step 1 - Create a Widget with a subdomain
POST https://api.didomi.io/widgets?organization_id=YOUR_ORG_ID
{
"domain": "sub",
/**
* subdomain_id corresponds to your subdomain and domain name preference-center.org
* ex: didomi.preference-center.org
*/
"subdomain_id": "String",
/**
* name and layout_shapes are required values for creation,
* they are not related to your custom domain configuration
*/
"name": "String",
"layout_shape": "smoothed"
}
Step 2 - Publish a widget with your subdomain
Last updated