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: phone:read:admin

Granular Scopes: phone:read:routing_rule:admin

Rate Limit Label : Medium

HEADERS

| Key | Datatype | Required | Description | | Accept | string | | |

RESPONSES

status: OK

{"name":"\u003cstring\u003e","number_pattern":"\u003cstring\u003e","order":"\u003cinteger\u003e","routing_path":{"sip_group":{"id":"\u003cstring\u003e","name":"\u003cstring\u003e"},"type":"pstn"},"routing_rule_id":"\u003cstring\u003e","site_id":"\u003cstring\u003e","translation":"\u003cstring\u003e"}