curl "https://api.brightdata.com/zone/ips/refresh" -H "Content-Type: application/json" -H "Authorization: Bearer API_TOKEN" -d "{\"zone\":\"ZONE\",\"vips\":[\"vip1\",\"vip2\"]}"
{
    "vips":[
        {
            "vip":"tr_9121_07_antalya_10",
            "country":"tr"
        },
        {
            "vip":"tr_9121_07_antalya_17",
            "country":"tr"
        }
    ]
}

API Endpoint: POST /api/zone/ips/refresh

Each dedicated residential IP refreshed costs $0.02/refresh/IP

zone
string
required

Zone name

vips
array

IPs to refresh

If refresh is needed for all allocated IPs, then vips parameter should be omitted