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 Parameters
id: string
Returns
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
}