cURL
curl --request GET \ --url https://api.brightdata.com/zone/proxies_pending_replacement \ --header 'Authorization: Bearer <token>'
{ "ZoneName": { "type": "zone1", "ips_to_replace": 1, "ips_list": [ { "due_date": "2023-12-25", "ips": [ { "ip": "127.0.0.1", "country": "<string>" } ] } ] } }
Get list of all proxies in the provided zone, which are pending replacement
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Zone
JSON body of pending IP replacements per zone
Show child attributes
Was this page helpful?