v1

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

List Countries

Returns all countries available for calling.

get/restapi/v1.0/dictionary/country

Query parameters

loginAllowedboolean

Specifies whether the logging-in with the phone numbers of this country is enabled or not

signupAllowedboolean

Indicates whether a signup/billing is allowed for a country. If not specified all countries are returned (according to other specified filters if any)

numberSellingboolean

Specifies if RingCentral sells phone numbers of this country

pageinteger

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

perPageinteger

Indicates a page size (number of items)

freeSoftphoneLineboolean

Specifies if free phone line for softphone is available for a country or not

Response

Country list

uristring uri

Link to the list of countries supported

Example response

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