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
Example response
{
"paging": {
"perPage": 50,
"page": 5,
"pageEnd": 5,
"totalPages": 25,
"totalElements": 25
}
}