get regions

API Docs by APIMATIC

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
  • EXPLORER
  • PARAMETERS
Endpoint Arguments*
Parameters*

The ID of the country.

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/218/regions' \
  -H 'Accept: application/json' \
  -d 'appid=appid' \
  -d 'type_filter=geo'