POST
/
project
/
{projectId}
/
scan
/
start
curl --request POST \
  --url https://app-preprod.cybedefend.com/project/{projectId}/scan/start
{
  "success": true,
  "message": "<string>",
  "detectedLanguages": [
    "<string>"
  ]
}

Path Parameters

projectId
string
required

Response

200
application/json

Scan started

The response is of type object.