简体中文
cURL
curl --request GET \ --url https://api.brightdata.com/zone/recent_ips \ --header 'Authorization: Bearer <token>'
{ "ZONE": [ "255.0.0.127", "10.0.0.1" ] }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
To get attempting IPs to any of your zone: zones=*
zones=*
OK
The response is of type object.
object
此页面对您有帮助吗?