Domains
Schedule Website Scans
Use this API to schedule scans for the specified domains.
post/api/cmp/v1/webscans/domains/schedule
Request body
Example request
[
{
"domainId": "f2229953-b4b5-4042-8cb9-b78038cc4c46",
"emailRecipient": "user1@gmail.com,user2@gmail.com",
"nextScanDate": "2025-04-25T10:15:30",
"intervalType": "MONTH",
"timeInterval": 2,
"geoLocation": "eastus"
}
]Response
OK
Example response
[
{
"entityId": "f2229953-b4b5-4042-8cb9-b78038cc4c46",
"entityType": "SCAN",
"action": "ARCHIVE",
"message": "Scan queued for archival"
}
]