Last updated 8 months ago
To get available cities, you must pass the proxy_type, country_code(ISO) and the state name you got from the endpoint.
proxy_type
country_code
RESIDENTIAL
PREMIUM_RESIDENTIAL
ISP_PRIVATE
ISP_SHARED
IPV6
MOBILE
UNLIMITED_RESIDENTIAL
GET /api/cities HTTP/1.1 Host: reseller.flashproxy.io Authorization: Bearer YOUR_SECRET_TOKEN Accept: */*
Successful response
{ "cities": [ { "name": "text" } ] }