curl --request POST \
--url https://app-preprod.cybedefend.com/project/{projectId}/scan/start
{
"success": true,
"message": "<string>",
"detectedLanguages": [
"<string>"
]
}
curl --request POST \
--url https://app-preprod.cybedefend.com/project/{projectId}/scan/start
{
"success": true,
"message": "<string>",
"detectedLanguages": [
"<string>"
]
}
Scan started
The response is of type object
.