v1

latestOpenAPI 3.0.3RingCentral API License Agreement2026-08-064871,2921.5 MB
Company

List Domestic Countries

Returns the list of domestic countries for account contracted country and brand.

get/restapi/v1.0/dictionary/brand/{brandId}/contracted-country/{contractedCountryId}

Path parameters

brandIdstring required

Internal identifier of a brand

contractedCountryIdstring required

Internal identifier of a country

Query parameters

pageinteger

Indicates a page number to retrieve. Only positive number values are accepted

perPageinteger

Indicates a page size (number of items)

Response

Domestic countries list

uristring uri

Link to the list of countries supported

Example response

{
  "paging": {
    "perPage": 50,
    "page": 5,
    "pageEnd": 5,
    "totalPages": 25,
    "totalElements": 25
  }
}