Rescan creative
POST /creatives/{creativeId}/rescan
Triggers a new scan for the creative. The response includes the newly created scan object. Poll the scan status to know when processing is complete.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ”Request Body
Section titled “Request Body ”No payload needed
Empty JSON object
object
Responses
Section titled “ Responses ”Object representing a scan
object
Object representing a scan
object
Internal scan ID
Date of scan creation
Date of scan update (can be null)
Date/time the scan finished
The sequence type of scan (initial, manual, monitoring etc)
Issue count (recursive warns + recursive fails). Null until scan is finished and analyzed
Array[CheckResult]. All checks within this scan (only for finished scans and with include_checks=true). Will not be returned in monitoring context, see monitoring_alerts below.
The processing status of a scan. One from the list: queued, processing, finished, failed, cancelled