Skip to main content
POST
/
api
/
scans
/
{repo_id}
Create Scan
curl --request POST \
  --url https://api.example.com/api/scans/{repo_id} \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '{}'
{}

Authorizations

X-API-Key
string
header
required

Use an API key in the X-API-Key header.

Path Parameters

repo_id
string
required

Body

application/json

The body is of type Request Β· object.

Response

Successful Response

The response is of type Response Create Scan Api Scans Repo Id Post Β· object.