Documentation has been updated: see help center and changelog in one place.

Saving Changes (5min Cooldown)

Learn how the RESTful API endpoint is used to confirm and save changes to your IP whitelist, including details on the 5-minute cooldown.

POST https://api.oxylabs.io/v1/whitelisted_ips/upload_to_servers

Response
Description

202

Success. Changes to your whitelisted IP list have been confirmed. Response body is empty.

429

Error. Changes have not been confirmed, the endpoint is on a 5 minute cooldown. Response body contains the error message "You have exceeded the rate limit for the endpoint. Please try again later"

Code examples

curl -X POST -u username:password "https://api.oxylabs.io/v1/whitelisted_ips/upload_to_servers"

Last updated

Was this helpful?