API Endpoint: GET /api/zone/route_vips

Get all available Dedicated IPs per Zone

The API endpoint to gather a list of gIPs on a dedicated residential or mobile zone is: GET /api/zone/route_vips

 curl -X GET "https://api.brightdata.com/zone/route_vips?zone=<zone_name>" -H "Authorization: Bearer <API_TOKEN>"
Sample Response
[
  "186XXXXXXXXXXX01",
  "186XXXXXXXXXXX00"
]