cURL
curl --request GET \ --url https://api.goproxy.com/go-api/v1/proxy/cities \ --header 'apiKey: <apikey>'
{ "cities": [ { "cityName": "<string>", "regionName": "<string>" } ] }
Get a list of cities available for proxy services in the specified region.
API key used for authentication.
The name of the region to query.
Successful Response
Show child attributes
The name of the city within the specified region.
The full name of the region which the city belongs, as per the common naming convention.