Skip to main content
POST
/
v1
/
enumeration
/
schedule
Set Enumeration Schedule
curl --request POST \
  --url https://api.projectdiscovery.io/v1/enumeration/schedule \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '{
  "enumeration_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
enumeration_id
string
required
scan_frequency
enum<string>
required
Available options:
hourly,
daily,
weekly,
monthly,
custom
start_time
string<time>
hourly_frequency
integer
Required range: 1 <= x <= 24
custom_weekdays
integer[]

Response

message
string
required