List account level outbound calling exception rules

GET {{baseUrl}}/phone/outbound_calling/exception_rules?country=<string>&keyword=<string>&match_type=prefix&status=inactive&next_page_token=<string>&page_size=30

Lists the account level outbound calling policy exception rules.

Prerequisite: * Pro or higher account plan with Zoom phone license

Scopes: phone:read:admin

Granular Scopes: phone:read:list_outbound_calling_rules:admin

Rate Limit Label: MEDIUM

Request Params

KeyDatatypeRequiredDescription
countrystringThe country ISO code.
keywordstringThe partial string of a phone number.
match_typestringThe match type of an exception rule.
statusstringThe status of an exception rule.
next_page_tokenstringThe next page token paginates through a large set of results. It returns whenever the set of available results exceeds the current page size. The expiration period for this token is 15 minutes.
page_sizenumberThe number of records in a single API call.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{&quot;exception_rules&quot;:[{&quot;id&quot;:&quot;\u003cstring\u003e&quot;,&quot;match_type&quot;:&quot;phoneNumber&quot;,&quot;prefix_number&quot;:&quot;\u003cstring\u003e&quot;,&quot;rule&quot;:4,&quot;comment&quot;:&quot;\u003cstring\u003e&quot;,&quot;status&quot;:&quot;inactive&quot;},{&quot;id&quot;:&quot;\u003cstring\u003e&quot;,&quot;match_type&quot;:&quot;phoneNumber&quot;,&quot;prefix_number&quot;:&quot;\u003cstring\u003e&quot;,&quot;rule&quot;:3,&quot;comment&quot;:&quot;\u003cstring\u003e&quot;,&quot;status&quot;:&quot;inactive&quot;}],&quot;next_page_token&quot;:&quot;\u003cstring\u003e&quot;,&quot;page_size&quot;:30}