Last updated 7 months ago
If you would like to make the location more specific, you can also use states. You must pass in the ISO code of the country, along with the state name you got from the endpoint.
Only US is supported by PREMIUM_RESIDENTIAL
RESIDENTIAL
PREMIUM_RESIDENTIAL
ISP_PRIVATE
ISP_SHARED
IPV6
MOBILE
UNLIMITED_RESIDENTIAL
GET /api/states HTTP/1.1 Host: reseller.flashproxy.io Authorization: Bearer YOUR_SECRET_TOKEN Accept: */*
Successful response
{ "states": [ { "name": "text" } ] }