cURL
curl --request GET \ --url https://api.goproxy.com/go-api/v1/proxy/regions \ --header 'apiKey: <apikey>'
{ "regions": [ { "regionName": "<string>", "countryName": "<string>" } ] }
Get a list of regions available for proxy services in the specified country.
API key used for authentication.
The two-letter ISO country code, following the ISO 3166-1 alpha-2 standard.
Successful Response
The response is of type object.
object