Update Campaign Status

📘

PATCH https://api.kayzen.io/v1/campaigns/{id}/status

Use this API to update the status of the specified campaign.

See below for supported fields and param

FieldParamRequired/ OptionalDescription
statusstringrequiredSupported Values -
- paused
- running
curl -X PATCH \
'https://api.kayzen.io/v1/campaigns/123456/status' \
-d '{"status": "paused"}' \
-H 'Content-Type: application/json' \
-H 'Authorization: Bearer ACCESS_TOKEN'
{"status":"paused"}