You can now create and update scheduled scans directly through the public API, bringing scan scheduling in line with the rest of your automated workflows.
What's new
List and create schedules
- Use the new /api/v1/scans/schedules/
endpoint to retrieve your existing schedules or create new ones.Retrieve and update schedules
- Use /api/v1/scans/schedules/{id}/
to fetch or modify a specific schedule.Why it matters
For teams running automated security workflows, managing scan schedules through the portal creates an unnecessary manual step. These endpoints mean you can build, adjust, and maintain your scan schedules entirely through the API - keeping your setup consistent, repeatable, and fully under version control.
See the updated API Documentation here
Note: These endpoints support external and internal assessment schedules only. One-off assessments are not in scope for this release.