Agent-readable docs index: /llms.txt. Full docs in one file: /llms-full.txt. Download /docs.zip to grep all markdown files locally.

Pause Campaign

Pause an active campaign. Mail already submitted to the vendor will still be delivered. Resume with POST /campaigns/{id}/resume.
path idstringrequired
Campaign ID (UUID)
Request example
curl -X POST https://api.v2.dealmachine.com/v1/mail/campaigns/a1b2c3d4/pause \ -H "Authorization: Bearer dm_sk_live_xxx"