Skip to main content
POST
POST
Re-runs an existing audit with identical settings — same scan_type, audit_device, page limits, and custom audit list. Useful for tracking changes over time without re-entering configuration.

Request Body

string
required
UUID of the original scan to repeat.

Response

boolean
true when the rescan has been queued.
object
The new scan object — includes id (new audit_id) and status: "scheduled".

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
audit_id
string<uuid>
required

Response

200

Rescan started