For the complete documentation index, see llms.txt. This page is also available as Markdown.

保存更改(5 分钟冷却)

了解如何使用 RESTful API 端点确认并保存你的 IP 白名单更改,包括 5 分钟冷却时间的详细信息。

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

响应
说明

202

成功。您白名单 IP 列表的更改已确认。响应正文为空。

429

错误。更改尚未确认,该端点处于 5 分钟冷却期。响应正文包含错误消息 "You have exceeded the rate limit for the endpoint. Please try again later"

代码示例

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

这有帮助吗?