Get account level outbound calling countries and regions

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

Returns the account level outbound calling countries and regions.

Prerequisites:

  • A Business or Enterprise account
  • A Zoom Phone license

Scopes: phone:read:admin

Granular Scopes: phone:read:list_outbound_calling_rules:admin

Rate Limit Label : LIGHT

Request Params

| Key | Datatype | Required | Description | | next_page_token | string | | The 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_size | number | | The number of records in a single API call. |

HEADERS

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

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;:2,&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;:3,&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}