In order to download a list of all dedicated residential IPs or data center IPs allocated to one of your Zones there are 2 possible actions:
- Download your IP list through your Bright Data CP Zones section by entering the specific zone and clicking on 'Download dedicated residential IPs list' (for dedicated residential IPs) or 'Download IPs list' (for datacenter) under settings
- Download your dedicated residential IP list via API using the following command:
- For dedicated residential IPs:
curl "https://api.brightdata.com/get_route_vips?" \ -H "X-Lum-Auth: lum-customer-{YOUR_CUSTOMER_ID}-zone-{YOUR_ZONE}-key-{ZONE_PASSWORD}"
- For datacenter IPs:
curl "https://api.brightdata.com/get_route_ips?" \ -H "X-Lum-Auth: lum-customer-{YOUR_CUSTOMER_ID}-zone-{YOUR_ZONE}-key-{ZONE_PASSWORD}"