Properties
Create a Property
{
"website": "https://didomi.io",
"name": "My Didomi Website",
"schedule": null, // One time scan
"pages_count": 10,
"country": "fr",
"enabled": true,
"filters": [],
"disable_anti_bot": false,
"login": {
"enabled": false
},
"scenarios": [
{
"enabled": true,
"type": "accept_all",
"scenario_actions": [
{
"type": "accept",
"order": 0
}
]
},
{
"enabled": true,
"type": "refuse_all",
"scenario_actions": [
{
"type": "refuse",
"order": 0
}
]
},
{
"enabled": true,
"type": "no_actions",
"scenario_actions": []
}
]
}Retrieve a Property
Retrieve Properties
Edit a Property
Delete a Property
Last updated