Begin campaign execution. Transitions from draft to executing, starts TokPortal account ordering.
cURL
curl --request POST \ --url https://api.vidjutsu.ai/v1/campaigns/execute \ --header 'Content-Type: application/json' \ --header 'X-Api-Key: <api-key>' \ --data ' { "campaignId": "<string>" } '
{ "campaignId": "<string>", "status": "executing" }
Campaign ID to execute.
Execution started
executing