Skip to main content
POST
Pause a campaign
Pauses an active campaign, halting outreach to all prospects. Resume with Resume a campaign.

Authorizations

Authorization
string
header
required

API token authentication. Generate a token from the Alta dashboard and pass it as a Bearer token in the Authorization header.

Path Parameters

campaignId
string<uuid>
required

The UUID of the campaign to pause.

Body

application/json
pauseProspects
boolean

When true, also pauses all active prospects in the campaign.

Response

Campaign paused successfully