cURL
curl --request PUT \ --url https://api.castled.io/backend/external/v1/campaigns/{uuid}/stop \ --header 'Api-Key: <api-key>'
Stops the campaign, if campaign is currently runnning it will be interrupted. Once stopped, campaign cannot be resumed or restarted.
Private key to access the API.
UUID of the campaign
Campaign stopped successfully