POST /campaigns/:id/pause
Pause a running campaign. Pending sends remain in the queue and can be resumed later.Authentication
JWT Bearer token (dashboard auth)Response
Example
Errors
| Status | Error | Cause |
|---|---|---|
400 | Can only pause running campaigns | Campaign is not running |
404 | Campaign not found | Invalid ID or not owned by user |