## Resume **post** `/campaigns/{id}/resume` Resume a paused campaign. Held calls continue from where they left off; calls whose scheduled time passed during the pause are placed at the next available calling window. ### Path Parameters - `id: string` ### Returns - `success: boolean` ### Example ```http curl https://www.getrevox.com/api/campaigns/$ID/resume \ -X POST \ -H "Authorization: Bearer $REVOX_API_KEY" ```