POST /campaigns/:id/resume
Resume a paused campaign. The next cron run will continue processing pending sends.Authentication
JWT Bearer token (dashboard auth)Response
Example
Errors
| Status | Error | Cause |
|---|---|---|
400 | Can only resume paused campaigns | Campaign is not paused |
404 | Campaign not found | Invalid ID or not owned by user |