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
The response is of type object.
object