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.
Authorizations
Query parameters
proxy_typestring · enumRequiredPossible values:
country_codestringRequired
statestringRequired
Responses
200
Successful response
application/json
400
Bad request
application/json
get
GET /api/cities HTTP/1.1
Host: reseller.flashproxy.io
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"cities": [
{
"name": "text"
}
]
}
Last updated