Skip to main content

Function

Bulk adds, deletes, and queries whitelist IPs to automate whitelist maintenance, replacing manual one-by-one operations.

Applicable Scenarios

Automatically synchronizes the whitelist when business IPs change dynamically, preventing proxy access restrictions.

(1) Bulk Add Whitelist IPs

  • Request URL: https://api.xxx.com/proxies/whitelist/add
  • Request Method: POST
  • Request Header: Authorization: Bearer [Your API Key]
  • Request Body (JSON Format):
  • Successful Response Example:

(2) Bulk Delete Whitelist IPs

  • Request URL: https://api.xxx.com/proxies/whitelist/delete
  • Request Method: POST
  • Request Body (JSON Format):
  • Successful Response Example:

(3) Query Whitelist List

  • Request URL: https://api.xxx.com/proxies/whitelist/list
  • Request Method: GET
  • Request Header: Authorization: Bearer [Your API Key]
  • Successful Response Example: