Skip to main content
POST
/
scans
/
{scanId}
/
rerun
Rerun a pentest
curl --request POST \
  --url https://app.strix.ai/api/v1/scans/{scanId}/rerun \
  --header 'Authorization: Bearer <token>'
{
  "scan_id": "<string>",
  "title": "<string>",
  "status": "<string>"
}

Authorizations

Authorization
string
header
required

API token from Settings > API Access

Path Parameters

scanId
string
required

Response

200 - application/json

New pentest created from previous configuration

scan_id
string
title
string
status
string