GET
/
zone
/
proxies_pending_replacement
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>"
          }
        ]
      }
    ]
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

zone
string

Zone

Response

200 - application/json
JSON body of pending IP replacements per zone
ZoneName
object