Get site level outbound calling countries and regions

GET {{baseUrl}}/phone/sites/:siteId/outbound_calling/countries_regions?next_page_token=<string>&page_size=30

Returns the site level outbound calling countries and regions.

Prerequisites: * A Business or Enterprise account * A Zoom Phone license

Scopes: phone:read:admin

Granular Scopes: phone:read:site_outbound_calling_rule:admin

Rate Limit Label: LIGHT

Request Params

KeyDatatypeRequiredDescription
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;countries_regions&quot;:[{&quot;name&quot;:&quot;\u003cstring\u003e&quot;,&quot;code&quot;:&quot;\u003cinteger\u003e&quot;,&quot;iso_code&quot;:&quot;\u003cstring\u003e&quot;,&quot;rule&quot;:1,&quot;enabled_carrier&quot;:[&quot;\u003cstring\u003e&quot;,&quot;\u003cstring\u003e&quot;]},{&quot;name&quot;:&quot;\u003cstring\u003e&quot;,&quot;code&quot;:&quot;\u003cinteger\u003e&quot;,&quot;iso_code&quot;:&quot;\u003cstring\u003e&quot;,&quot;rule&quot;:4,&quot;enabled_carrier&quot;:[&quot;\u003cstring\u003e&quot;,&quot;\u003cstring\u003e&quot;]}],&quot;next_page_token&quot;:&quot;\u003cstring\u003e&quot;,&quot;page_size&quot;:30}