get regions
Use this method to get a list of states or provinces for countries with has_provinces_or_states:true
.
This endpoint requires authentication.
GET /buy/countries/{country_id}/regions
Name | Description |
---|---|
country_id Template Required | Number The ID of the country. |
type_filter Query | Return only locations with the number type specified. |
text_enabled_only Query | Boolean Return only locations with SMS enabled DIDs. |
HTTP Status Code | Error Description | Exception Class |
---|---|---|
403 | Request failed. The feature is disabled for the account. |
curl -X GET -G \
--url 'https://api.wavix.com/v1/buy/countries/218/regions' \
-H 'Accept: application/json' \
-d 'appid=appid' \
-d 'type_filter=geo'