Themes & Shapes
Global themes and shape
Themes
Use Didomi themes
GET https://api.didomi.io/widgets/themes?organization_id=YOUR_ORG_ID
[
{
/**
* Use id of widget with name 'custom'
*/
"id": "String",
"name": "default",
"created_at": "Date",
"updated_at": "Date",
"organization_id": "String",
"color_1": "String",
"color_2": "String",
"color_3": "String",
"color_4": "String",
"color_5": "String",
"color_6": "String",
"color_7": "String",
"color_8": "String"
}
]Edit custom theme
Shapes
Last updated