GET
/
reseller
/
v1
/
cities
/
{countryCode}
curl --request GET \
  --url https://swiftproxy.io/api/reseller/v1/cities/{countryCode} \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "cities": [
    "<string>"
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

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

200
application/json
City response
success
boolean
Example:

true

cities
string[]