Used to stop an active campaign

Examples

Stop a live campaign:

curl --request POST \
  --url https://external-api.xtremepush.com/api/external/stop/campaign \
  --header 'content-type: application/json' \
  --data '{
    "apptoken": "YOUR_APPTOKEN",
    "id": "CAMPAIGN_ID"
 }'
Language
Click Try It! to start a request and see the response here!