Skip to main content
GET
/
buy
/
countries
Get a list of countries
curl --request GET \
  --url https://api.wavix.com/v1/buy/countries
{
  "countries": [
    {
      "id": 8669,
      "has_provinces_or_states": false,
      "name": "Argentina"
    },
    {
      "id": 8650,
      "has_provinces_or_states": true,
      "name": "Australia"
    }
  ]
}

Authorizations

appid
string
query
required

An API key to authorize your request

Query Parameters

type_filter
string
text_enabled_only
boolean

Retrieve only countries with text-enabled numbers

Response

countries
Country · object[]
required

List of countries that match the search criteria

I