Start a scan
Starts a security scan of a domain or URL and returns its identifier. Scanning takes a while, so poll GET /v1/tools/scans/{scanId} until the result is ready. Requires no authentication, and is limited to 30 requests per minute per IP address.
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Domain or URL to scan.
1 <= lengthFollow redirects and scan where they land.
trueAlso compute summary indicators for the scan.
falseWhether the result may be listed publicly.
trueResponse Body
application/json
curl -X POST "https://api-next.centralcsp.com/v1/tools/scans" \ -H "Content-Type: application/json" \ -d '{ "target": "centralcsp.com" }'{}List reported policies GET
Lists the distinct policies browsers said were in force when they reported a violation, with how often each was seen and whether it was enforced or...
Get a scan result GET
Returns a scan's findings. Use mode to choose how much detail you get back and lang for the language of the text. Requires no authentication.