Authenticity
Start Scans
Start scanning a list of price-checked scans.
PATCH
Request
Headers
Request Body
The request body is a JSON object containing the scans to start.array<string>
required
A list of scans that you submitted for a check-credits scan and that you would like to submit for a full scan.This array can scan up to 100 submissions.Example:
[ "Your-scan-id-1", "Your-scan-id-2" ]integer
default:"0"
When set to ignore (ignore = 1) the trigger scans will start running even if some of them are in error mode, when set to cancel (cancel = 0) the request will be cancelled if any error was found. Possible Values: 0 (Cancel), 1 (Ignore).Possible Values:
- 0 : Cancel
- 1 : Ignore
Responses
- 200
- 400
- 401
200 OK - The command was executed.

