get list of countries

API Docs by APIMATIC

Get List of Countries

Use this method to get a list of countries with DIDs available for purchase.

This endpoint requires authentication.

GET /buy/countries
  • EXPLORER
  • PARAMETERS
Endpoint Arguments*
Parameters*

Return only locations with the number type specified

Return only locations with SMS enabled DIDs

Response Type

Errors

HTTP Status CodeError DescriptionException Class
403
Request failed. The feature is disabled for the account.
curl -X GET -G \
  --url 'https://api.wavix.com/v1/buy/countries' \
  -H 'Accept: application/json' \
  -d 'appid=appid' \
  -d 'type_filter=geo'