cURL
curl --request POST \ --url https://api.lemlist.com/api/campaigns/{campaignId}/pause \ --header 'Authorization: Basic <encoded-value>'
{ "_id": "cam_A1B2C3D4E5F6G7H8I9", "state": "paused" }
Pauses a running campaign without affecting scheduled leads.
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Basic <encoded-value>
<encoded-value>
username:password
The unique identifier of the campaign
Success
Was this page helpful?