API referenceCampaigns
Start Campaign
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Body of POST /campaigns: the target to scan.
Response Body
application/json
application/json
curl -X POST "https://example.com/campaigns" \ -H "Content-Type: application/json" \ -d '{ "target_base_url": "string" }'{ "campaign_id": "string", "workflow_id": "string", "status": "string"}