GET
/
v1
/
proxy
/
regions
curl --request GET \
  --url https://api.goproxy.com/go-api/v1/proxy/regions \
  --header 'apiKey: <apikey>'
{
  "regions": [
    {
      "regionName": "<string>",
      "countryName": "<string>"
    }
  ]
}

Headers

apiKey
string
required

API key used for authentication.

Query Parameters

countryCode
string
required

The two-letter ISO country code, following the ISO 3166-1 alpha-2 standard.

Response

200 - application/json
Successful Response
regions
object[]
required