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