Skip to content
Get started

Pause a call

POST/call/{id}/pause

Pause a call's retry loop. The current in-progress attempt (if any) will finish, but no new attempts will be started until the call is resumed.

Path ParametersExpand Collapse
id: string
ReturnsExpand Collapse
success: boolean

Pause a call

curl https://www.getrevox.com/api/call/$ID/pause \
    -X POST \
    -H "Authorization: Bearer $REVOX_API_KEY"
{
  "success": true
}
Returns Examples
{
  "success": true
}