跳转到主要内容
POST
/
v2
/
whitelisted-ips
添加白名单 IP
curl --request POST \
  --url https://api.decodo.com/v2/whitelisted-ips \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "IPAddressList": [
    "<string>"
  ]
}
'
"{}"

授权

Authorization
string
header
必填

请求体

application/json
IPAddressList
string[]

响应

200

The response is of type object.