Get cities

To get available cities, you must pass the proxy_type, country_code(ISO) and the state name you got from the states endpoint.

Get cities for a proxy type, country, and state

get
Authorizations
Query parameters
proxy_typestring · enumRequiredPossible values:
country_codestringRequired
statestringRequired
Responses
200
Successful response
application/json
get
GET /api/cities HTTP/1.1
Host: reseller.flashproxy.io
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
  "cities": [
    {
      "name": "text"
    }
  ]
}

Last updated