Skip to main content
GET
/
reseller
/
v1
/
cities
/
{countryCode}
cURL
curl --request GET \
  --url https://swiftproxy.io/api/reseller/v1/cities/{countryCode}
{
  "success": true,
  "cities": [
    "<string>"
  ]
}

Path Parameters

countryCode
string
required

Country code

Query Parameters

proxy_type
enum<string>
required

Proxy type

Available options:
RESIDENTIAL,
PREMIUM_RESIDENTIAL
state_code
string

State code (required if proxy_type is PREMIUM_RESIDENTIAL)

Response

City response

success
boolean
Example:

true

cities
string[]