cURL
账户管理 API
建立 IP 白名单
Add IP to zone’s whitelist
POST
cURL
Documentation Index
Fetch the complete documentation index at: https://brightdata-ipv6-release.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
授权
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
请求体
application/json
string or array of strings
Single IP, IP Array, IP range, IP subnet or IP mask
Example
-
Single IP: 10.20.30.40
-
IP Array: ["10.20.30.40", "50.60.70.80",...]
-
Range: 10.20.30.40-10.20.30.50
-
Subnet: 10.20.30.0/24
-
Netmask: 10.20.30.0/255.255.252.0
Note IP array syntax requires quotes " for each IP string in array
Zone name. Can be skipped to affect all your zones
响应
201
OK