API 참조
vox.ai API 엔드포인트 목록
캠페인을 취소하고 대기 중(pending)인 아이템을 canceled로 전환합니다.
cURL
curl --request POST \ --url https://client-api.tryvox.co/v2/campaigns/{campaign_id}/cancel \ --header 'Authorization: Bearer <token>'
{ "success": true, "campaign_id": "<string>", "canceled_items": 123, "status": "<string>" }
The access token received from the authorization server in the OAuth 2.0 flow.
Successful Response
캠페인 취소 응답 모델
Was this page helpful?