🎉 vox.ai 디스코드 커뮤니티가 새로 열렸어요! 참여하기 →
일시정지된 캠페인을 재개합니다.
curl --request POST \
--url https://client-api.tryvox.co/v2/campaigns/{campaign_id}/resume \
--header 'Authorization: Bearer <token>'{
"campaign_id": "123",
"resumed_at": "2024-01-15T11:00:00Z",
"status": "ongoing",
"success": true
}Documentation Index
Fetch the complete documentation index at: https://docs.tryvox.co/llms.txt
Use this file to discover all available pages before exploring further.
Was this page helpful?
curl --request POST \
--url https://client-api.tryvox.co/v2/campaigns/{campaign_id}/resume \
--header 'Authorization: Bearer <token>'{
"campaign_id": "123",
"resumed_at": "2024-01-15T11:00:00Z",
"status": "ongoing",
"success": true
}