API referenceCampaigns
Create Schedule
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Body of POST /schedules: campaign + cron cadence (continuous pentest).
Response Body
application/json
application/json
curl -X POST "https://example.com/schedules" \ -H "Content-Type: application/json" \ -d '{ "target_base_url": "string" }'{ "schedule_id": "string", "cron": "string", "status": "string"}