Number of APIs: 3
1. Get directory backup routing rule
GET {{baseUrl}}/phone/routing_rules/:routingRuleId
Returns the directory backup routing rule. The directory backup routing rules are a series of predefined Regular Expressions. These rules are used to route outgoing calls. If a dialed number does not match a Zoom Phone user, and does not match a defined External Contact, these rules are tested next. If a dialed number does not match any rules, the call will be routed via the PSTN.Prerequisites: * A Business or Enterprise account * A Zoom Phone license Scopes: Granular Scopes: Rate Limit Label: phone:read:admin
phone:read:routing_rule:admin
Medium
2. Delete directory backup routing rule
DELETE {{baseUrl}}/phone/routing_rules/:routingRuleId
Deletes the directory backup routing rule. The directory backup routing rules are a series of predefined Regular Expressions. These rules are used to route outgoing calls. If a dialed number does not match a Zoom Phone user, and does not match a defined External Contact, these rules are tested next. If a dialed number does not match any rules, the call will be routed via the PSTN. Prerequisites:
* A Business or Enterprise account
* A Zoom Phone license Scopes: Granular Scopes: Rate Limit Label: phone:write:admin
phone:delete:routing_rule:admin
Light
3. Update directory backup routing rule
PATCH {{baseUrl}}/phone/routing_rules/:routingRuleId
Updates the directory backup routing rule. The directory backup routing rules are a series of predefined regular expressions. These rules are used to route outgoing calls. If a dialed number does not match a Zoom Phone user, and does not match a defined external contact, these rules are tested next. If a dialed number does not match any rules, the call will be routed through the PSTN. Prerequisites:
* A Business or Enterprise account
* A Zoom Phone license Scopes: Granular Scopes: Rate Limit Label: phone:write:admin
phone:update:routing_rule:admin
Light
ENDPOINTS