cURL
curl --request GET \ --url 'https://api.wavix.com/v1/buy/countries?appid='
{ "countries": [ { "id": 8669, "has_provinces_or_states": false, "name": "Argentina" }, { "id": 8650, "has_provinces_or_states": true, "name": "Australia" } ] }
Use this method to retrieve a list of countries where phone numbers are available to purchase.
An API key to authorize your request
Retrieve countries with text-enabled phone numbers only
List of countries that match the search criteria
Show child attributes
Country unique identifier
Country name
"France"
Indicates whether the country has states or provinces
false
Was this page helpful?