Create a schedule
Create a recurring scan schedule. Optionally trigger an immediate scan with also_run_now.
Authorizations
API token obtained from the Tokens endpoint. Include as Authorization: Bearer <token>.
Body
At least one target (domain_ids, repository_ids, or internal_targets) should be provided.
Cron expression, e.g. 0 9 * * 1.
IANA timezone, e.g. America/New_York.
Which engagement type this run is. Defaults to live_test server-side.
code_review, live_test, internal_infra, compliance_pentest Map of domain ID to specific paths to scan.
Map of repository ID to branch name.
Email the scan creator when the pentest finishes.
Extra addresses to CC on the completion email. Validated only when notify_on_completion is true.
If true, immediately launch a scan in addition to creating the schedule.