Resume a paused call
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
Resume a paused call
curl https://www.getrevox.com/api/call/$ID/resume \
-X POST \
-H "Authorization: Bearer $REVOX_API_KEY"{
"success": true
}Returns Examples
{
"success": true
}