post https://api.decodo.com/v2/whitelisted-ips
Whitelist your IPs here for Residential subscription
Api-key
Authentication
- We're changing the way the
api-key
is passed to our public-api endpoints.- Instead of passing
api-key
inURL
parameters, theapi-key
must be passed with theauthorization header
from now on.- The old
URL
parameter option will be supported untilJuly 14th
.cURL
example:curl --request GET --url "https://api.decodo.com/v2/sub-users" --header "accept: application/json" --header "Authorization: your_api_key"