cURL
curl --request GET \ --url https://api.goproxy.com/go-api/v1/proxy/countries \ --header 'apiKey: <apikey>'
{ "countries": [ { "countryCode": "<string>", "countryName": "<string>" } ] }
Get a list of countries where proxy servers are available for use.
API key used for authentication.
Successful Response
The response is of type object.
object