Proxy List
Learn about the methods for retrieving your Dedicated ISP Proxy list, including basic URL access and the RESTful API endpoints.
Basic
You should receive a URL to your proxy list from your Dedicated Account Manager or our Support, and it should look something like this:
https://proxy.oxylabs.io/key/a27c5343ce4c4637a85a9297ddf1cace
Open this URL in your browser (or any other preferred software). You will then be asked to enter your login credentials (HTTP Basic Authentication):

Once you do that, you will have a list of proxies in plain text.
If you have multiple lists and wish to get all IPs assigned to your account, you can use this URL:
https://proxy.oxylabs.io/all
You can also include ?showCountry or ?showCity at the end of your URL to get IPs with their corresponding locations.
RESTful
Showing All Available Proxy Lists
With this endpoint, you can retrieve proxy lists that belong to your user:
GET https://api.oxylabs.io/v1/proxies/lists
Code examples
Sample output
Retrieving a Specific Proxy List
With this endpoint, you can retrieve a specific proxy list:
GET https://api.oxylabs.io/v1/proxies/lists/{uuid}
Request parameter
uuid
The uuid of the proxy-list to retrieve
Code examples
Sample output
Last updated
Was this helpful?

