Authorizations
Query Parameters
Response
200 - application/json
curl --request GET \
--url https://api.brightdata.com/zone/recent_ips \
--header 'Authorization: Bearer <token>'{
"ZONE": [
"255.0.0.127",
"10.0.0.1"
]
}curl --request GET \
--url https://api.brightdata.com/zone/recent_ips \
--header 'Authorization: Bearer <token>'{
"ZONE": [
"255.0.0.127",
"10.0.0.1"
]
}Was this page helpful?