Skip to main content
POST
MCP Access Blocked — This endpoint is not accessible via MCP (Model Context Protocol) integrations. It must be called directly using your API token from your own infrastructure.

Authorizations

string | header
required
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

string
required
The id of the campaign to pause.

Response

Returns the updated campaign object with status set to paused. A paused campaign can be resumed later. This is commonly used with gradual-send campaigns to temporarily stop delivery without losing progress.
boolean
Indicates whether the request was successful.
object
The paused campaign object.