Skip to content
Get started

Resume a paused call

POST/call/{id}/resume

Resume a previously paused call. The retry loop will continue from where it left off.

Path ParametersExpand Collapse
id: string
ReturnsExpand Collapse
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
}