Last updated 7 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
OXYLABS
NETNUT
IPROYAL
GET /api/cities HTTP/1.1 Host: api.flashproxy.io Authorization: Bearer YOUR_SECRET_TOKEN Accept: */*
Successful response
{ "cities": [ { "name": "text" } ] }