help
09/26/2025, 9:58 AMVapi Support Bot
09/26/2025, 9:59 AM<id> and <token> with your campaign ID and auth token):
bash
curl -X PATCH https://api.vapi.ai/campaign/<id> \
-H "Authorization: Bearer <token>" \
-H "Content-Type: application/json" \
-d '{"status":"in-progress"}'
If the issue persists, check the campaign details with a GET request or contact support for further assistance.
[See API reference](https://docs.vapi.ai/api-reference/campaigns/campaign-controller-update?explorer=true)
Source:
- [Update Campaign Vapi API Reference](https://docs.vapi.ai/api-reference/campaigns/campaign-controller-update?explorer=true)help
09/26/2025, 1:11 PM