Scans
Get Scan Statuses
Use this API to retrieve the status of the specified scans.
post/api/cmp/v1/webscans/status
Request body
string[] required
Response
OK
Example response
[
{
"scanId": "f2229953-b4b5-4042-8cb9-b78038cc4c46",
"status": "INPROGRESS",
"message": "Scan status found"
}
]