Skip to main content
POST
/
project
/
{projectId}
/
github
/
start-scan
Start GitHub repository scan
curl --request POST \
  --url https://us.cybedefend.com/project/{projectId}/github/start-scan \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "repositoryId": "uuid-value"
}
'

Authorizations

Authorization
string
header
required

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

Path Parameters

projectId
string<uuid>
required

Project identifier

Body

application/json
repositoryId
string
required

Repository identifier

Example:

"uuid-value"

Response

Scan started successfully