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