English
cURL
curl --request GET \ --url https://api.brightdata.com/zone/route_ips \ --header 'Authorization: Bearer <token>'
"10.0.0.0/24"
Get the available Data center/ISP IPs per Zone
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Zone name
2-letter Country code
OK
The response is of type string.
string
Was this page helpful?