Skip to main content
POST
/
v2
/
whitelisted-ips
Add whitelisted IPs
curl --request POST \
  --url https://api.decodo.com/v2/whitelisted-ips \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "IPAddressList": [
    "<string>"
  ]
}
'
"{}"

Authorizations

Authorization
string
header
required

Body

application/json
IPAddressList
string[]

Response

200

The response is of type object.