Authorizations
Query Parameters
Response
200 - application/json
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
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>"
}
]
}
]
}
}Show child attributes
Was this page helpful?