## Resume **post** `/call/{id}/resume` Resume a previously paused call. The retry loop will continue from where it left off. ### Path Parameters - `id: string` ### Returns - `success: boolean` ### Example ```http curl https://www.getrevox.com/api/call/$ID/resume \ -X POST \ -H "Authorization: Bearer $REVOX_API_KEY" ```