Update Campaign Status
Use this API to update the status of the specified campaign.
See below for supported fields and param
Field | Param | Required/ Optional | Description |
---|---|---|---|
status | string | required | Supported 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"}
Updated 11 months ago