Scans
Scan Websites
Use this API to start scans for the specified domains.
post/api/cmp/v1/webscans
Query parameters
externalOrgIdstring
The external organization identifier.
Request body
Example request
[
{
"domain": "amazon.com",
"numberOfPages": 100,
"includedQueryParams": "_vercel_share=Hcj4MQ8SLN8pxXPrw7wbrCfxXBuZnPa6",
"siteMapsUris": "https://preprod.johnniewalker.com/sitemap.xml ",
"geoLocation": "northeurope",
"captureDelayedCookies": true,
"delayTimeInSeconds": 3,
"targetPageInputs": [
{
"pageListName": "page list 1",
"targetType": "Target",
"urlType": "Page",
"pageUrls": "https://service.braun.com/hr/en/products/6032"
}
]
}
]Response
OK