cURL
curl --request POST \ --url https://public.plai.io/meta/update_campaign_status \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data '{ "userId": "<string>", "campaignId": "<string>", "status": "<string>" }'
{ "success": true, "results": { "success": true, "error": "<string>" } }
This endpoint is used to update campaign status.
PAUSED
ACTIVE
DELETE
Show Results Object