curl -X POST "https://api.foxreach.io/api/v1/campaigns/cmp_abc123/start" \ -H "X-API-Key: otr_your_key"
{ "data": { "id": "cmp_abc123", "name": "Q1 Outreach", "status": "active", "startedAt": "2025-01-15T09:00:00", "..." } }
Start a campaign, transitioning it from draft or paused to active.
status: "active"
400
404