POST
/
v1
/
scans
/
schedule
curl --request POST \
  --url https://api.projectdiscovery.io/v1/scans/schedule \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '{
  "scan_id": "<string>",
  "scan_frequency": "hourly",
  "start_time": "<string>",
  "hourly_frequency": 12,
  "custom_weekdays": [
    3
  ]
}'
{
  "message": "<string>"
}

Authorizations

X-API-Key
string
header
required

Headers

X-Team-Id
string

Body

application/json

Response

200
application/json
Example response

The response is of type object.