Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
🎉 vox.ai 디스코드 커뮤니티가 새로 열렸어요! 참여하기 →
일시정지된 캠페인을 재개합니다.
cURL
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 }
API 키를 Authorization: Bearer <API_KEY> 헤더로 전달하세요. 대시보드 설정에서 발급받을 수 있습니다.
Authorization: Bearer <API_KEY>
Successful Response
캠페인 재개 응답 모델
Was this page helpful?