GET
/
v1
/
proxy
/
continents
Check Available Continents
curl --request GET \
  --url https://api.goproxy.com/go-api/v1/proxy/continents \
  --header 'apiKey: <apikey>'
{
  "continents": [
    {
      "continentCode": "<string>",
      "continentName": "<string>"
    }
  ]
}

Headers

apiKey
string
required

API key used for authentication.

Response

200 - application/json

Successful Response

The response is of type object.