cURL
curl --request GET \ --url https://api.wavix.com/v1/buy/countries \ --header 'Authorization: Bearer <token>'
{ "countries": [ { "id": 8669, "has_provinces_or_states": false, "name": "Argentina" }, { "id": 8650, "has_provinces_or_states": true, "name": "Australia" } ] }
Returns a list of countries where phone numbers are available.
Bearer token using appid (Authorization: Bearer )
Indicates whether to return only countries with text-enabled phone numbers.
List of countries.
Show child attributes
Was this page helpful?
Contact support